phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: calendar/setup tables_update.inc.php,1.21,1.21.2


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: calendar/setup tables_update.inc.php,1.21,1.21.2.1
Date: Sat, 19 Jan 2002 13:36:16 -0500

Update of /cvsroot/phpgroupware/calendar/setup
In directory subversions:/tmp/cvs-serv19354/calendar/setup

Modified Files:
      Tag: Version-0_9_14-branch
        tables_update.inc.php 
Log Message:
Add upgrades from .12



Index: tables_update.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/calendar/setup/tables_update.inc.php,v
retrieving revision 1.21
retrieving revision 1.21.2.1
diff -C2 -r1.21 -r1.21.2.1
*** tables_update.inc.php       6 Nov 2001 23:59:27 -0000       1.21
--- tables_update.inc.php       19 Jan 2002 18:36:14 -0000      1.21.2.1
***************
*** 828,831 ****
--- 828,837 ----
                return $GLOBALS['setup_info']['calendar']['currentver'];
        }
+       $test[] = '0.9.12';
+       function calendar_upgrade0_9_12()
+       {
+               $GLOBALS['setup_info']['calendar']['currentver'] = '0.9.13.001';
+               return $GLOBALS['setup_info']['calendar']['currentver'];
+       }
        $test[] = '0.9.13.001';
        function calendar_upgrade0_9_13_001()




reply via email to

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