phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: inv/setup setup.inc.php,1.6,1.7 tables_update.in


From: Bettina gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: inv/setup setup.inc.php,1.6,1.7 tables_update.inc.php,1.16,1.17
Date: Sun, 13 Jan 2002 15:51:20 -0500

Update of /cvsroot/phpgroupware/inv/setup
In directory subversions:/tmp/cvs-serv6537

Modified Files:
        setup.inc.php tables_update.inc.php 
Log Message:
added api version to deps plus app version

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/inv/setup/setup.inc.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** setup.inc.php       6 Jan 2002 01:09:32 -0000       1.6
--- setup.inc.php       13 Jan 2002 20:51:16 -0000      1.7
***************
*** 13,21 ****
        $setup_info['inv']['name']      = 'inv';
        $setup_info['inv']['title']     = 'Inventory';
!       $setup_info['inv']['version']   = '0.8.3.010';
        $setup_info['inv']['app_order'] = 15;
        $setup_info['inv']['enable']    = 1;
  
!       $setup_info['inv']['tables'] = array(
                'phpgw_inv_products',
                'phpgw_inv_statuslist',
--- 13,22 ----
        $setup_info['inv']['name']      = 'inv';
        $setup_info['inv']['title']     = 'Inventory';
!       $setup_info['inv']['version']   = '0.8.5.001';
        $setup_info['inv']['app_order'] = 15;
        $setup_info['inv']['enable']    = 1;
  
!       $setup_info['inv']['tables'] = array
!       (
                'phpgw_inv_products',
                'phpgw_inv_statuslist',
***************
*** 43,46 ****
--- 44,57 ----
        $setup_info['inv']['depends'][] = array(
                 'appname' => 'phpgwapi',
+                'versions' => Array('0.9.13','0.9.14','0.9.15')
+       );
+ 
+       $setup_info['inv']['depends'][] = array(
+                'appname' => 'preferences',
+                'versions' => Array('0.9.13','0.9.14')
+       );
+ 
+       $setup_info['inv']['depends'][] = array(
+                'appname' => 'addressbook',
                 'versions' => Array('0.9.13','0.9.14')
        );

Index: tables_update.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/inv/setup/tables_update.inc.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** tables_update.inc.php       6 Jan 2002 01:09:32 -0000       1.16
--- tables_update.inc.php       13 Jan 2002 20:51:16 -0000      1.17
***************
*** 559,561 ****
--- 559,568 ----
                return $GLOBALS['setup_info']['inv']['currentver'];
        }
+ 
+       $test[] = '0.8.3.010';
+       function inv_upgrade0_8_3_010()
+       {
+               $GLOBALS['setup_info']['inv']['currentver'] = '0.8.5.001';
+               return $GLOBALS['setup_info']['inv']['currentver'];
+       }
  ?>




reply via email to

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