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.7,1.37.2.8 t


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/setup setup.inc.php,1.37.2.7,1.37.2.8 tables_update.inc.php,1.53.2.10,1.53.2.11
Date: Wed, 02 Jul 2003 20:39:56 -0400

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

Modified Files:
      Tag: Version-0_9_14-branch
        setup.inc.php tables_update.inc.php 
Log Message:
0.9.14.004 security release

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/setup/setup.inc.php,v
retrieving revision 1.37.2.7
retrieving revision 1.37.2.8
diff -C2 -r1.37.2.7 -r1.37.2.8
*** setup.inc.php       18 Apr 2003 17:55:02 -0000      1.37.2.7
--- setup.inc.php       3 Jul 2003 00:39:54 -0000       1.37.2.8
***************
*** 16,20 ****
        $setup_info['phpgwapi']['name']      = 'phpgwapi';
        $setup_info['phpgwapi']['title']     = 'phpgwapi';
!       $setup_info['phpgwapi']['version']   = '0.9.14.003';
        $setup_info['phpgwapi']['versions']['current_header'] = '1.21';
        $setup_info['phpgwapi']['enable']    = 3;
--- 16,20 ----
        $setup_info['phpgwapi']['name']      = 'phpgwapi';
        $setup_info['phpgwapi']['title']     = 'phpgwapi';
!       $setup_info['phpgwapi']['version']   = '0.9.14.004';
        $setup_info['phpgwapi']['versions']['current_header'] = '1.21';
        $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.10
retrieving revision 1.53.2.11
diff -C2 -r1.53.2.10 -r1.53.2.11
*** tables_update.inc.php       18 Apr 2003 17:55:02 -0000      1.53.2.10
--- tables_update.inc.php       3 Jul 2003 00:39:54 -0000       1.53.2.11
***************
*** 464,467 ****
--- 464,468 ----
                // I fix it now in the (wrong) order of the tables_current, as 
some apps might depend on!
                
+               $confs = array();
                $GLOBALS['phpgw_setup']->oProc->query("SELECT * FROM 
phpgw_config");
                while ($GLOBALS['phpgw_setup']->oProc->next_record())
***************
*** 507,509 ****
--- 508,516 ----
        }
  
+       $test[] = '0.9.14.003';
+       function phpgwapi_upgrade0_9_14_003()
+       {
+               $GLOBALS['setup_info']['phpgwapi']['currentver'] = '0.9.14.004';
+               return $GLOBALS['setup_info']['phpgwapi']['currentver'];
+       }
  ?>





reply via email to

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