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.101,1.102


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: setup index.php,1.101,1.102
Date: Tue, 12 Feb 2002 09:09:58 -0500

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

Modified Files:
        index.php 
Log Message:
drop trailing comma from lang_list

Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/setup/index.php,v
retrieving revision 1.101
retrieving revision 1.102
diff -C2 -r1.101 -r1.102
*** index.php   3 Feb 2002 17:02:55 -0000       1.101
--- index.php   12 Feb 2002 14:09:53 -0000      1.102
***************
*** 394,398 ****
                        while (list ($key, $value) = each 
($GLOBALS['phpgw_info']['setup']['installed_langs']))
                        {
!                               $langs_list = ($langs_list?$langs_list.', ':'') 
. $value;
                        }
  
--- 394,402 ----
                        while (list ($key, $value) = each 
($GLOBALS['phpgw_info']['setup']['installed_langs']))
                        {
!                               $langs_list = ($langs_list ? $langs_list . ', ' 
: '') . $value;
!                       }
!                       if(@strlen($langs_list))
!                       {
!                               $langs_list = substr($langs_list,0,-2);
                        }
  
***************
*** 400,404 ****
                        $setup_tpl->set_var('lang_status_alt','completed');
                        $btn_manage_lang = $phpgw_setup->make_frm_btn_simple(
!                               lang('This stage is completed<br>'). 
lang('Currently installed languages: x <br>',$langs_list),
                                'POST','lang.php',
                                'submit',lang('Manage Languages'),
--- 404,408 ----
                        $setup_tpl->set_var('lang_status_alt','completed');
                        $btn_manage_lang = $phpgw_setup->make_frm_btn_simple(
!                               lang('This stage is completed<br>') . 
lang('Currently installed languages: x <br>',$langs_list),
                                'POST','lang.php',
                                'submit',lang('Manage Languages'),




reply via email to

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