phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] setup index.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] setup index.php
Date: Wed, 22 Mar 2006 09:46:50 +0000

CVSROOT:        /sources/phpgroupware
Module name:    setup
Branch:         
Changes by:     Sigurd Nes <address@hidden>     06/03/22 09:46:50

Modified files:
        .              : index.php 

Log message:
        Only install core tables and the admin and preferences applications as 
stated

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/setup/index.php.diff?tr1=1.120&tr2=1.121&r1=text&r2=text

Patches:
Index: setup/index.php
diff -u setup/index.php:1.120 setup/index.php:1.121
--- setup/index.php:1.120       Sun May 15 11:59:36 2005
+++ setup/index.php     Wed Mar 22 09:46:50 2006
@@ -5,7 +5,7 @@
        * @copyright Portions Copyright (C) 2000-2005 Free Software Foundation, 
Inc. http://www.fsf.org/
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @package setup
-       * @version $Id: index.php,v 1.120 2005/05/15 11:59:36 skwashd Exp $
+       * @version $Id: index.php,v 1.121 2006/03/22 09:46:50 sigurdne Exp $
        */
 
        /*
@@ -250,9 +250,10 @@
                                        break;
                                case 'new':
                                        // process all apps and langs(last 
param True), excluding apps with the no_mass_update flag set.
-                                       $setup_info = 
$GLOBALS['phpgw_setup']->detection->upgrade_exclude($setup_info);
+                               //      $setup_info = 
$GLOBALS['phpgw_setup']->detection->upgrade_exclude($setup_info);
+                                       // Only process phpgwapi, admin and 
preferences.
+                                       $setup_info = 
$GLOBALS['phpgw_setup']->detection->base_install($setup_info);
                                        $setup_info = 
$GLOBALS['phpgw_setup']->process->pass($setup_info,'new',$GLOBALS['DEBUG'],True);
-
                                        $GLOBALS['included'] = True;
                                        include_once('lang.php');
                                        
$GLOBALS['phpgw_info']['setup']['currentver']['phpgwapi'] = 'oldversion';




reply via email to

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