phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: notes/setup tables_update.inc.php,1.8,1.8.2.1


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

Update of /cvsroot/phpgroupware/notes/setup
In directory subversions:/tmp/cvs-serv19354/notes/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/notes/setup/tables_update.inc.php,v
retrieving revision 1.8
retrieving revision 1.8.2.1
diff -C2 -r1.8 -r1.8.2.1
*** tables_update.inc.php       18 Jun 2001 00:38:42 -0000      1.8
--- tables_update.inc.php       19 Jan 2002 18:36:14 -0000      1.8.2.1
***************
*** 557,561 ****
                return $setup_info['notes']['currentver'];
        }
! 
        $test[] = '0.9.13.001';
        function notes_upgrade0_9_13_001()
--- 557,566 ----
                return $setup_info['notes']['currentver'];
        }
!       $test[] = '0.9.12';
!       function notes_upgrade0_9_12()
!       {
!               $GLOBALS['setup_info']['notes']['currentver'] = '0.9.13.001';
!               return $GLOBALS['setup_info']['notes']['currentver'];
!       }
        $test[] = '0.9.13.001';
        function notes_upgrade0_9_13_001()




reply via email to

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