phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/setup tables_update.inc.php,1.53.2.11,


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/setup tables_update.inc.php,1.53.2.11,1.53.2.12
Date: Sun, 06 Jul 2003 16:27:19 -0400

Update of /cvsroot/phpgroupware/phpgwapi/setup
In directory subversions:/tmp/cvs-serv15143

Modified Files:
      Tag: Version-0_9_14-branch
        tables_update.inc.php 
Log Message:
added missing update of the version

Index: tables_update.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/setup/tables_update.inc.php,v
retrieving revision 1.53.2.11
retrieving revision 1.53.2.12
diff -C2 -r1.53.2.11 -r1.53.2.12
*** tables_update.inc.php       3 Jul 2003 00:39:54 -0000       1.53.2.11
--- tables_update.inc.php       6 Jul 2003 20:27:16 -0000       1.53.2.12
***************
*** 514,516 ****
--- 514,523 ----
                return $GLOBALS['setup_info']['phpgwapi']['currentver'];
        }
+ 
+       $test[] = '0.9.14.004';
+       function phpgwapi_upgrade0_9_14_004()
+       {
+               $GLOBALS['setup_info']['phpgwapi']['currentver'] = '0.9.14.005';
+               return $GLOBALS['setup_info']['phpgwapi']['currentver'];
+       }
  ?>





reply via email to

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