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,1.38 tables_up


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/setup setup.inc.php,1.37,1.38 tables_update.inc.php,1.53,1.54
Date: Sun, 13 Jan 2002 14:52:50 -0500

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

Modified Files:
        setup.inc.php tables_update.inc.php 
Log Message:
Upgrade API version to 0.9.15.001, add post-install dependency failure
test to detection class and applications.php



Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/setup/setup.inc.php,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -r1.37 -r1.38
*** setup.inc.php       5 Jan 2002 18:56:33 -0000       1.37
--- setup.inc.php       13 Jan 2002 19:52:47 -0000      1.38
***************
*** 15,19 ****
        $setup_info['phpgwapi']['name']      = 'phpgwapi';
        $setup_info['phpgwapi']['title']     = 'phpgwapi';
!       $setup_info['phpgwapi']['version']   = '0.9.13.017';
        $setup_info['phpgwapi']['versions']['current_header'] = '1.19';
        $setup_info['phpgwapi']['enable']    = 3;
--- 15,19 ----
        $setup_info['phpgwapi']['name']      = 'phpgwapi';
        $setup_info['phpgwapi']['title']     = 'phpgwapi';
!       $setup_info['phpgwapi']['version']   = '0.9.15.001';
        $setup_info['phpgwapi']['versions']['current_header'] = '1.19';
        $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
retrieving revision 1.54
diff -C2 -r1.53 -r1.54
*** tables_update.inc.php       8 Jan 2002 03:28:04 -0000       1.53
--- tables_update.inc.php       13 Jan 2002 19:52:47 -0000      1.54
***************
*** 414,416 ****
--- 414,423 ----
                return $GLOBALS['setup_info']['phpgwapi']['currentver'];
        }
+ 
+       $test[] = '0.9.13.017';
+       function phpgwapi_upgrade0_9_13_017()
+       {
+               $GLOBALS['setup_info']['phpgwapi']['currentver'] = '0.9.15.001';
+               return $GLOBALS['setup_info']['phpgwapi']['currentver'];
+       }
  ?>




reply via email to

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