phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: Sigurd Nes
Subject: [Phpgroupware-cvs] manual/setup tables_update.inc.php
Date: Fri, 09 Mar 2007 12:17:39 +0000

CVSROOT:        /sources/phpgroupware
Module name:    manual
Changes by:     Sigurd Nes <sigurdne>   07/03/09 12:17:39

Added files:
        setup          : tables_update.inc.php 

Log message:
        new manual

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/manual/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       9 Mar 2007 12:17:39 -0000       1.1
@@ -0,0 +1,21 @@
+<?php
+       /**
+       * phpGroupWare - Manual
+       *
+       * @copyright Copyright (C) 2003,2004,2005,2006,2007 Free Software 
Foundation, Inc. http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package manual
+       * @subpackage setup
+       * @version $Id: tables_update.inc.php,v 1.1 2007/03/09 12:17:39 
sigurdne Exp $
+       */
+
+       /**
+       * Update manual version from 0.9.13.002 to 0.9.17.500
+       */
+
+       $test[] = '0.9.13.002';
+       function manual_upgrade0_9_13_002()
+       {
+               return $GLOBALS['setup_info']['manual']['currentver'] = 
'0.9.17.500';
+       }
+




reply via email to

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