phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: todo/setup tables_update.inc.php,1.13,1.13.2.1


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

Update of /cvsroot/phpgroupware/todo/setup
In directory subversions:/tmp/cvs-serv19354/todo/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/todo/setup/tables_update.inc.php,v
retrieving revision 1.13
retrieving revision 1.13.2.1
diff -C2 -r1.13 -r1.13.2.1
*** tables_update.inc.php       24 Jul 2001 01:26:37 -0000      1.13
--- tables_update.inc.php       19 Jan 2002 18:36:14 -0000      1.13.2.1
***************
*** 651,655 ****
                return $setup_info['todo']['currentver'];
        }
! 
        $test[] = '0.9.13.001';
        function todo_upgrade0_9_13_001()
--- 651,660 ----
                return $setup_info['todo']['currentver'];
        }
!       $test[] = '0.9.12';
!       function todo_upgrade0_9_12()
!       {
!               $GLOBALS['setup_info']['todo']['currentver'] = '0.9.13.001';
!               return $GLOBALS['setup_info']['todo']['currentver'];
!       }
        $test[] = '0.9.13.001';
        function todo_upgrade0_9_13_001()




reply via email to

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