phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: setup/inc class.setup_detection.inc.php,1.7.2.1,


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: setup/inc class.setup_detection.inc.php,1.7.2.1,1.7.2.2
Date: Fri, 12 Apr 2002 23:01:55 -0400

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

Modified Files:
      Tag: Version-0_9_14-branch
        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/setup/inc/Attic/class.setup_detection.inc.php,v
retrieving revision 1.7.2.1
retrieving revision 1.7.2.2
diff -C2 -r1.7.2.1 -r1.7.2.2
*** class.setup_detection.inc.php       7 Apr 2002 19:45:56 -0000       1.7.2.1
--- class.setup_detection.inc.php       13 Apr 2002 03:01:53 -0000      1.7.2.2
***************
*** 298,302 ****
                        }
  
!                       $this->db->query("select distinct lang from lang;");
                        if ($this->db->num_rows() == 0)
                        {
--- 298,302 ----
                        }
  
!                       $this->db->query("select distinct lang from lang");
                        if ($this->db->num_rows() == 0)
                        {
***************
*** 313,317 ****
                                while (list ($key, $value) = each 
($GLOBALS['phpgw_info']['setup']['installed_langs']))
                                {
!                                       $sql = "select lang_name from languages 
where lang_id = '".$value."';";
                                        $this->db->query($sql);
                                        $this->db->next_record();
--- 313,317 ----
                                while (list ($key, $value) = each 
($GLOBALS['phpgw_info']['setup']['installed_langs']))
                                {
!                                       $sql = "select lang_name from languages 
where lang_id = '".$value."'";
                                        $this->db->query($sql);
                                        $this->db->next_record();




reply via email to

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