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.2.2


From: nomail
Subject: [Phpgroupware-cvs] property/setup/tables_update.inc.php, 1.2.2.2
Date: Fri, 19 Nov 2004 11:11:45 +0100

Update of /property/setup
Modified Files:
        Branch: proposed-0_9_18-branch
          tables_update.inc.php

date: 2004/11/19 10:11:45;  author: sigurdne;  state: Exp;  lines: +5 -5

Log Message:
no message
=====================================================================
Index: property/setup/tables_update.inc.php
diff -u property/setup/tables_update.inc.php:1.2.2.1 
property/setup/tables_update.inc.php:1.2.2.2
--- property/setup/tables_update.inc.php:1.2.2.1        Wed Nov 17 13:24:58 2004
+++ property/setup/tables_update.inc.php        Fri Nov 19 10:11:45 2004
@@ -16,19 +16,19 @@
        * To contact the author write to address@hidden mailto:address@hidden 
Sigurd Nes}
        * @author Sigurd Nes
        * @package property
+       * @subpackage setup
        * @version $Id$
        */
 
        /**
-       *Include older phpGroupWare update support
+       * Update property version from 0.9.15.001 to 0.9.15.002
+       * @package property
        */
 
        $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'];
+               return $GLOBALS['setup_info']['property']['currentver'];
        }
 ?>




reply via email to

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