phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: setup config.php,1.77,1.78


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: setup config.php,1.77,1.78
Date: Fri, 06 Dec 2002 21:12:17 -0500

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

Modified Files:
        config.php 
Log Message:
moved all the setup mess to its right place

Index: config.php
===================================================================
RCS file: /cvsroot/phpgroupware/setup/config.php,v
retrieving revision 1.77
retrieving revision 1.78
diff -C2 -r1.77 -r1.78
*** config.php  13 Aug 2002 23:38:11 -0000      1.77
--- config.php  7 Dec 2002 02:12:15 -0000       1.78
***************
*** 180,187 ****
        $GLOBALS['phpgw']->db     = $GLOBALS['phpgw_setup']->db;
  
!       $cfg_apps = array('phpgwapi','admin','preferences');
        while(list(,$cfg_app) = each($cfg_apps))
!       {
!               $t = 
CreateObject('setup.Template',$GLOBALS['phpgw']->common->get_tpl_dir($cfg_app));
  
                $t->set_unknowns('keep');
--- 180,187 ----
        $GLOBALS['phpgw']->db     = $GLOBALS['phpgw_setup']->db;
  
!       /*$cfg_apps = array('phpgwapi','admin','preferences');
        while(list(,$cfg_app) = each($cfg_apps))
!       {*/
!               $t = 
CreateObject('setup.Template',$GLOBALS['phpgw']->common->get_tpl_dir('setup'));
  
                $t->set_unknowns('keep');
***************
*** 194,198 ****
  
                $vars = $t->get_undefined('body');
!               $GLOBALS['phpgw_setup']->hook('config',$cfg_app);
  
                while(list($null,$value) = each($vars))
--- 194,198 ----
  
                $vars = $t->get_undefined('body');
!               $GLOBALS['phpgw_setup']->hook('config','setup');
  
                while(list($null,$value) = each($vars))
***************
*** 257,261 ****
                $t->pfp('out','body');
                unset($t);
!       }
  
        $setup_tpl->set_var('more_configs',lang('Please login to phpgroupware 
and run the admin application for additional site configuration') . '.');
--- 257,261 ----
                $t->pfp('out','body');
                unset($t);
!       //}
  
        $setup_tpl->set_var('more_configs',lang('Please login to phpgroupware 
and run the admin application for additional site configuration') . '.');





reply via email to

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