phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/setup tables_update.inc.php, 1.53.2.14, 1.53


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] phpgwapi/setup tables_update.inc.php, 1.53.2.14, 1.53.2.15 setup.inc.php, 1.37.2.10, 1.37.2.11
Date: Fri, 17 Oct 2003 05:22:54 +0000

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

Modified Files:
      Tag: Version-0_9_14-branch
        tables_update.inc.php setup.inc.php 
Log Message:
version nudge

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/setup/setup.inc.php,v
retrieving revision 1.37.2.10
retrieving revision 1.37.2.11
diff -C2 -d -r1.37.2.10 -r1.37.2.11
*** setup.inc.php       21 Jul 2003 17:41:14 -0000      1.37.2.10
--- setup.inc.php       17 Oct 2003 05:22:52 -0000      1.37.2.11
***************
*** 16,20 ****
        $setup_info['phpgwapi']['name']      = 'phpgwapi';
        $setup_info['phpgwapi']['title']     = 'phpgwapi';
!       $setup_info['phpgwapi']['version']   = '0.9.14.006';
        $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.007';
        $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.14
retrieving revision 1.53.2.15
diff -C2 -d -r1.53.2.14 -r1.53.2.15
*** tables_update.inc.php       21 Jul 2003 17:41:14 -0000      1.53.2.14
--- tables_update.inc.php       17 Oct 2003 05:22:52 -0000      1.53.2.15
***************
*** 528,530 ****
--- 528,537 ----
                return $GLOBALS['setup_info']['phpgwapi']['currentver'];
        }
+ 
+       $test[] = '0.9.14.006';
+       function phpgwapi_upgrade0_9_14_006()
+       {
+               $GLOBALS['setup_info']['phpgwapi']['currentver'] = '0.9.14.007';
+               return $GLOBALS['setup_info']['phpgwapi']['currentver'];
+       }
  ?>





reply via email to

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