phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: setup index.php,1.100,1.101


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: setup index.php,1.100,1.101
Date: Sun, 03 Feb 2002 12:02:59 -0500

Update of /cvsroot/phpgroupware/setup
In directory subversions:/tmp/cvs-serv1189/setup

Modified Files:
        index.php 
Log Message:
Add a check to setup to be able to exclude apps from the mass upgrade process.
WCM will be the first to use this, others may follow...



Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/setup/index.php,v
retrieving revision 1.100
retrieving revision 1.101
diff -C2 -r1.100 -r1.101
*** index.php   20 Jan 2002 16:04:25 -0000      1.100
--- index.php   3 Feb 2002 17:02:55 -0000       1.101
***************
*** 242,246 ****
                                        break;
                                case 'new':
!                                       /* process all apps and langs(last 
param True) */
                                        $setup_info = 
$phpgw_setup->process_pass($setup_info,'new',$DEBUG,True);
                                        $included = True;
--- 242,247 ----
                                        break;
                                case 'new':
!                                       /* process all apps and langs(last 
param True), excluding apps with the no_mass_update flag set. */
!                                       $setup_info = 
$phpgw_setup->upgrade_exclude($setup_info);
                                        $setup_info = 
$phpgw_setup->process_pass($setup_info,'new',$DEBUG,True);
                                        $included = True;




reply via email to

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