phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


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

CVSROOT:        /sources/phpgroupware
Module name:    preferences
Changes by:     Sigurd Nes <sigurdne>   07/02/07 20:37:22

Added files:
        setup          : tables_update.inc.php 

Log message:
        update

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

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:37:22 -0000       1.1
@@ -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.1 2007/02/07 20:37:22 
sigurdne Exp $
+       * @internal $Source: 
/sources/phpgroupware/preferences/setup/tables_update.inc.php,v $
+       */
+
+       $test[] = '0.9.16.000';
+       function preferences_upgrade0_9_16_000()
+       {
+               $GLOBALS['setup_info']['preferences']['currentver'] = 
'0.9.17.500';
+               return $GLOBALS['setup_info']['preferences']['currentver'];
+       }
+?>




reply via email to

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