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


From: Dave Hall
Subject: [Phpgroupware-cvs] phpgwapi/setup tables_update.inc.php
Date: Thu, 28 Dec 2006 10:49:35 +0000

CVSROOT:        /sources/phpgwapi
Module name:    phpgwapi
Changes by:     Dave Hall <skwashd>     06/12/28 10:49:35

Modified files:
        setup          : tables_update.inc.php 

Log message:
        remove the uneeded upgrade function

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/setup/tables_update.inc.php?cvsroot=phpgwapi&r1=1.102&r2=1.103

Patches:
Index: tables_update.inc.php
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/setup/tables_update.inc.php,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -b -r1.102 -r1.103
--- tables_update.inc.php       26 Dec 2006 12:43:56 -0000      1.102
+++ tables_update.inc.php       28 Dec 2006 10:49:35 -0000      1.103
@@ -5,7 +5,7 @@
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @package phpgwapi
        * @subpackage setup
-       * @version $Id: tables_update.inc.php,v 1.102 2006/12/26 12:43:56 
skwashd Exp $
+       * @version $Id: tables_update.inc.php,v 1.103 2006/12/28 10:49:35 
skwashd Exp $
        * @internal $Source: 
/sources/phpgwapi/phpgwapi/setup/tables_update.inc.php,v $
        */
 
@@ -1603,12 +1603,4 @@
                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '0.9.17.512';
                return $GLOBALS['setup_info']['phpgwapi']['currentver'];
        }
-
-
-       $test[] = '0.9.17.512';
-       function phpgwapi_upgrade0_9_17_512()
-       {
-               $GLOBALS['setup_info']['phpgwapi']['currentver'] = '0.9.17.512';
-               return $GLOBALS['setup_info']['phpgwapi']['currentver'];
-       }
 ?>




reply via email to

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