phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc class.setup_process.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] phpgwapi/inc class.setup_process.inc.php
Date: Mon, 15 May 2006 08:01:26 +0000

CVSROOT:        /sources/phpgwapi
Module name:    phpgwapi
Branch:         
Changes by:     Sigurd Nes <address@hidden>     06/05/15 08:01:26

Modified files:
        inc            : class.setup_process.inc.php 

Log message:
        It is not necessary to perform upgrade of version older than current 
version.
        The check is to be performed against current (when value==current) and 
target.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/phpgwapi/inc/class.setup_process.inc.php.diff?tr1=1.13&tr2=1.14&r1=text&r2=text

Patches:
Index: phpgwapi/inc/class.setup_process.inc.php
diff -u phpgwapi/inc/class.setup_process.inc.php:1.13 
phpgwapi/inc/class.setup_process.inc.php:1.14
--- phpgwapi/inc/class.setup_process.inc.php:1.13       Wed Mar 22 09:48:44 2006
+++ phpgwapi/inc/class.setup_process.inc.php    Mon May 15 08:01:26 2006
@@ -6,7 +6,7 @@
        * @license http://www.fsf.org/licenses/gpl.html GNU General Public 
License
        * @package phpgwapi
        * @subpackage application
-       * @version $Id: class.setup_process.inc.php,v 1.13 2006/03/22 09:48:44 
sigurdne Exp $
+       * @version $Id: class.setup_process.inc.php,v 1.14 2006/05/15 08:01:26 
sigurdne Exp $
        */
 
        /**
@@ -690,9 +690,9 @@
                                                        }
                                                        elseif 
($GLOBALS['phpgw_setup']->alessthanb($value,$currentver))
                                                        {
-                                                               if($DEBUG) { 
echo '<br>process->upgrade(): running baseline delta only: ' . $function . 
'...'; }
-                                                               
$GLOBALS['phpgw_setup']->oProc->m_bDeltaOnly = True;
-                                                               $success = 
$function();
+                       //                                      if($DEBUG) { 
echo '<br>process->upgrade(): running baseline delta only: ' . $function . 
'...'; }
+                       //                                      
$GLOBALS['phpgw_setup']->oProc->m_bDeltaOnly = True;
+                       //                                      $success = 
$function();
                                                        }
                                                        else
                                                        {




reply via email to

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