phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/setup setup.inc.php,1.37.2.2,1.37.2.3 t


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/setup setup.inc.php,1.37.2.2,1.37.2.3 tables_update.inc.php,1.53.2.4,1.53.2.5
Date: Wed, 15 May 2002 13:21:36 -0400

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

Modified Files:
      Tag: Version-0_9_14-branch
        setup.inc.php tables_update.inc.php 
Log Message:
Bumping the version to 0.9.14.000

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/setup/setup.inc.php,v
retrieving revision 1.37.2.2
retrieving revision 1.37.2.3
diff -C2 -r1.37.2.2 -r1.37.2.3
*** setup.inc.php       12 Feb 2002 09:10:10 -0000      1.37.2.2
--- setup.inc.php       15 May 2002 17:21:34 -0000      1.37.2.3
***************
*** 16,20 ****
        $setup_info['phpgwapi']['name']      = 'phpgwapi';
        $setup_info['phpgwapi']['title']     = 'phpgwapi';
!       $setup_info['phpgwapi']['version']   = '0.9.13.018';
        $setup_info['phpgwapi']['versions']['current_header'] = '1.20';
        $setup_info['phpgwapi']['enable']    = 3;
--- 16,20 ----
        $setup_info['phpgwapi']['name']      = 'phpgwapi';
        $setup_info['phpgwapi']['title']     = 'phpgwapi';
!       $setup_info['phpgwapi']['version']   = '0.9.14.000';
        $setup_info['phpgwapi']['versions']['current_header'] = '1.20';
        $setup_info['phpgwapi']['enable']    = 3;

Index: tables_update.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/setup/tables_update.inc.php,v
retrieving revision 1.53.2.4
retrieving revision 1.53.2.5
diff -C2 -r1.53.2.4 -r1.53.2.5
*** tables_update.inc.php       15 May 2002 13:43:17 -0000      1.53.2.4
--- tables_update.inc.php       15 May 2002 17:21:34 -0000      1.53.2.5
***************
*** 438,440 ****
--- 438,447 ----
        }
  
+       $test[] = '0.9.13.018';
+       function phpgwapi_upgrade0_9_13_018()
+       {
+               $GLOBALS['setup_info']['phpgwapi']['currentver'] = '0.9.14.000';
+               return $GLOBALS['setup_info']['phpgwapi']['currentver'];
+       }
+ 
  ?>




reply via email to

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