phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] property/setup/tables_update.inc.php, 1.2


From: nomail
Subject: [Phpgroupware-cvs] property/setup/tables_update.inc.php, 1.2
Date: Wed, 2 Jun 2004 20:42:33 +0200

Update of /property/setup
Added Files:
        Branch: 
          tables_update.inc.php

date: 2004/06/02 18:42:33;  author: sigurdne;  state: Exp;  lines: +22 -0

Log Message:
no message
=====================================================================
<?php
        
/**************************************************************************\
        * phpGroupWare - Setup                                                  
   *
        * http://www.phpgroupware.org                                           
   *
        * --------------------------------------------                          
   *
        *  This program is free software; you can redistribute it and/or modify 
it *
        *  under the terms of the GNU General Public License as published by 
the   *
        *  Free Software Foundation; either version 2 of the License, or (at 
your  *
        *  option) any later version.                                           
   *
        
\**************************************************************************/
        /* $Id: tables_update.inc.php,v 1.2 2004/06/02 18:42:33 sigurdne Exp $ 
*/

        /* Include older phpGroupWare update support */
        $test[] = '0.9.15.001';
        function property_upgrade0_9_15_001()
        {
                
$GLOBALS['phpgw_setup']->oProc->RenameColumn('fm_entity_1_1','attribute7','attribute8');

                $GLOBALS['setup_info']['property']['currentver'] = '0.9.15.002';
                return $GLOBALS['setup_info']['projects']['currentver'];
        }
?>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]