phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: Dave Hall
Subject: [Phpgroupware-cvs] projects/setup tables_update.inc.php
Date: Mon, 15 Jan 2007 22:39:34 +0000

CVSROOT:        /cvsroot/phpgroupware
Module name:    projects
Changes by:     Dave Hall <skwashd>     07/01/15 22:39:34

Modified files:
        setup          : tables_update.inc.php 

Log message:
        make the upgrade work - fix version numbers

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/projects/setup/tables_update.inc.php?cvsroot=phpgroupware&r1=1.55&r2=1.56

Patches:
Index: tables_update.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/setup/tables_update.inc.php,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -b -r1.55 -r1.56
--- tables_update.inc.php       5 Dec 2006 19:40:45 -0000       1.55
+++ tables_update.inc.php       15 Jan 2007 22:39:34 -0000      1.56
@@ -8,7 +8,7 @@
        * Free Software Foundation; either version 2 of the License, or (at 
your   *
        * option) any later version.                                            
   *
        
\**************************************************************************/
-       /* $Id: tables_update.inc.php,v 1.55 2006/12/05 19:40:45 sigurdne Exp $ 
*/
+       /* $Id: tables_update.inc.php,v 1.56 2007/01/15 22:39:34 skwashd Exp $ 
*/
 
        function projects_table_exists($table)
        {
@@ -1176,8 +1176,7 @@
        function projects_upgrade0_8_7_054()
        {
                
$GLOBALS['phpgw_setup']->oProc->AddColumn('phpgw_p_projects','acc_type',array('type'
 => 'char','precision' => 1,'default' => 'T','nullable' => False));
-               $GLOBALS['setup_info']['projects']['currentver'] = '0.8.7.054';
+               $GLOBALS['setup_info']['projects']['currentver'] = '0.8.7.055';
                return $GLOBALS['setup_info']['projects']['currentver'];
        }
-
 ?>




reply via email to

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