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.98.2.6,1.98.2.7


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: setup index.php,1.98.2.6,1.98.2.7
Date: Thu, 19 Dec 2002 17:37:23 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        index.php 
Log Message:
update to install admin/prefs/api at once during new install

Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/setup/index.php,v
retrieving revision 1.98.2.6
retrieving revision 1.98.2.7
diff -C2 -r1.98.2.6 -r1.98.2.7
*** index.php   8 May 2002 13:03:48 -0000       1.98.2.6
--- index.php   19 Dec 2002 22:37:21 -0000      1.98.2.7
***************
*** 128,132 ****
                case 'Install':
                        $subtitle = lang('Creating Tables');
!                       $submsg = lang('At your request, this script is going 
to attempt to install all the applications for you').'.';
                        $subaction = 'installed';
                        
$GLOBALS['phpgw_info']['setup']['currentver']['phpgwapi'] = 'new';
--- 128,132 ----
                case 'Install':
                        $subtitle = lang('Creating Tables');
!                       $submsg = lang('At your request, this script is going 
to attempt to install the core tables and the admin and preferences 
applications for you').'.';
                        $subaction = 'installed';
                        
$GLOBALS['phpgw_info']['setup']['currentver']['phpgwapi'] = 'new';
***************
*** 192,196 ****
                        $setup_tpl->set_var('install',lang('Install'));
                        $setup_tpl->set_var('proceed',lang('We can proceed'));
!                       $setup_tpl->set_var('allapps',lang('all applications'));
                        $setup_tpl->parse('V_db_stage_3','B_db_stage_3');
                        $db_filled_block = $setup_tpl->get_var('V_db_stage_3');
--- 192,196 ----
                        $setup_tpl->set_var('install',lang('Install'));
                        $setup_tpl->set_var('proceed',lang('We can proceed'));
!                       $setup_tpl->set_var('coreapps',lang('all core tables 
and the admin and preferences applications'));
                        $setup_tpl->parse('V_db_stage_3','B_db_stage_3');
                        $db_filled_block = $setup_tpl->get_var('V_db_stage_3');




reply via email to

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