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.102,1.103


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: setup index.php,1.102,1.103
Date: Sat, 16 Feb 2002 08:48:43 -0500

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

Modified Files:
        index.php 
Log Message:
only chop the last 2 chars if they are {comma}{space}

Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/setup/index.php,v
retrieving revision 1.102
retrieving revision 1.103
diff -C2 -r1.102 -r1.103
*** index.php   12 Feb 2002 14:09:53 -0000      1.102
--- index.php   16 Feb 2002 13:48:41 -0000      1.103
***************
*** 398,402 ****
                        if(@strlen($langs_list))
                        {
!                               $langs_list = substr($langs_list,0,-2);
                        }
  
--- 398,405 ----
                        if(@strlen($langs_list))
                        {
!                               if(substr($langs_list,0,-2) == ', ')
!                               {
!                                       $langs_list = substr($langs_list,0,-2);
!                               }
                        }
  




reply via email to

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