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.4,1.98.2.5


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: setup index.php,1.98.2.4,1.98.2.5
Date: Fri, 12 Apr 2002 23:01:55 -0400

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

Modified Files:
      Tag: Version-0_9_14-branch
        index.php 
Log Message:
Cleaned up the extra comma at the end of the langs that are installed.

Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/setup/index.php,v
retrieving revision 1.98.2.4
retrieving revision 1.98.2.5
diff -C2 -r1.98.2.4 -r1.98.2.5
*** index.php   26 Mar 2002 02:20:40 -0000      1.98.2.4
--- index.php   13 Apr 2002 03:01:53 -0000      1.98.2.5
***************
*** 394,398 ****
                        while (list ($key, $value) = each 
($GLOBALS['phpgw_info']['setup']['installed_langs']))
                        {
!                               $langs_list = ($langs_list?$langs_list.', ':'') 
. $value;
                        }
  
--- 394,401 ----
                        while (list ($key, $value) = each 
($GLOBALS['phpgw_info']['setup']['installed_langs']))
                        {
!                               if($value)
!                               {
!                                       $langs_list .= ($langs_list?', ':'') . 
$value;
!                               }
                        }
  




reply via email to

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