phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.setup_detection.inc.php,1.2,1


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.setup_detection.inc.php,1.2,1.3
Date: Fri, 12 Apr 2002 23:02:24 -0400

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv30421/phpgwapi/inc

Modified Files:
        class.setup_detection.inc.php 
Log Message:
Cleaned up the extra comma at the end of the langs that are installed.

Index: class.setup_detection.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.setup_detection.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** class.setup_detection.inc.php       9 Apr 2002 23:48:07 -0000       1.2
--- class.setup_detection.inc.php       13 Apr 2002 03:02:22 -0000      1.3
***************
*** 354,358 ****
                                while(list($key, $value) = 
each($GLOBALS['phpgw_info']['setup']['installed_langs']))
                                {
!                                       $sql = "SELECT lang_name FROM $langstbl 
WHERE lang_id = '".$value."';";
                                        
$GLOBALS['phpgw_setup']->db->query($sql);
                                        
$GLOBALS['phpgw_setup']->db->next_record();
--- 354,358 ----
                                while(list($key, $value) = 
each($GLOBALS['phpgw_info']['setup']['installed_langs']))
                                {
!                                       $sql = "SELECT lang_name FROM $langstbl 
WHERE lang_id = '".$value."'";
                                        
$GLOBALS['phpgw_setup']->db->query($sql);
                                        
$GLOBALS['phpgw_setup']->db->next_record();




reply via email to

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