phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] addressbook/setup tables_update.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] addressbook/setup tables_update.inc.php
Date: Wed, 07 Feb 2007 20:35:19 +0000

CVSROOT:        /sources/phpgroupware
Module name:    addressbook
Changes by:     Sigurd Nes <sigurdne>   07/02/07 20:35:19

Modified files:
        setup          : tables_update.inc.php 

Log message:
        update

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/addressbook/setup/tables_update.inc.php?cvsroot=phpgroupware&r1=1.22&r2=1.23

Patches:
Index: tables_update.inc.php
===================================================================
RCS file: /sources/phpgroupware/addressbook/setup/tables_update.inc.php,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- tables_update.inc.php       10 May 2005 13:02:43 -0000      1.22
+++ tables_update.inc.php       7 Feb 2007 20:35:19 -0000       1.23
@@ -6,7 +6,7 @@
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @package addressbook
        * @subpackage setup
-       * @version $Id: tables_update.inc.php,v 1.22 2005/05/10 13:02:43 
powerstat Exp $
+       * @version $Id: tables_update.inc.php,v 1.23 2007/02/07 20:35:19 
sigurdne Exp $
        */
 
 
@@ -37,4 +37,11 @@
                $GLOBALS['setup_info']['addressbook']['currentver'] = 
'0.9.13.003';
                return $GLOBALS['setup_info']['addressbook']['currentver'];
        }
+
+       $test[] = '0.9.16.000';
+       function addressbook_upgrade0_9_16_000()
+       {
+               $GLOBALS['setup_info']['addressbook']['currentver'] = 
'0.9.17.500';
+               return $GLOBALS['setup_info']['addressbook']['currentver'];
+       }
 ?>




reply via email to

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