phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


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

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

Added files:
        setup          : tables_update.inc.php 

Log message:
        update

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/admin/setup/tables_update.inc.php?cvsroot=phpgroupware&rev=1.3

Patches:
Index: tables_update.inc.php
===================================================================
RCS file: tables_update.inc.php
diff -N tables_update.inc.php
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ tables_update.inc.php       7 Feb 2007 20:35:49 -0000       1.3
@@ -0,0 +1,18 @@
+<?php
+       /**
+       * Setup
+       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package preferences
+       * @subpackage setup
+       * @version $Id: tables_update.inc.php,v 1.3 2007/02/07 20:35:49 
sigurdne Exp $
+       * @internal $Source: 
/sources/phpgroupware/admin/setup/tables_update.inc.php,v $
+       */
+
+       $test[] = '0.9.16.000';
+       function admin_upgrade0_9_16_000()
+       {
+               $GLOBALS['setup_info']['admin']['currentver'] = '0.9.17.001';
+               return $GLOBALS['setup_info']['admin']['currentver'];
+       }
+?>




reply via email to

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