phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.common.inc.php,1.123.2.9.2.1


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.common.inc.php,1.123.2.9.2.1,1.123.2.9.2.2
Date: Sat, 05 Apr 2003 17:49:39 -0500

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

Modified Files:
      Tag: Version-0_9_16-branch
        class.common.inc.php 
Log Message:
fixed an other lang to phpgw_lang


Index: class.common.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.common.inc.php,v
retrieving revision 1.123.2.9.2.1
retrieving revision 1.123.2.9.2.2
diff -C2 -r1.123.2.9.2.1 -r1.123.2.9.2.2
*** class.common.inc.php        28 Mar 2003 15:08:21 -0000      1.123.2.9.2.1
--- class.common.inc.php        5 Apr 2003 22:49:36 -0000       1.123.2.9.2.2
***************
*** 174,178 ****
                function getInstalledLanguages()
                {
!                       $GLOBALS['phpgw']->db->query('select distinct lang from 
lang');
                        while (@$GLOBALS['phpgw']->db->next_record()) 
                        {
--- 174,178 ----
                function getInstalledLanguages()
                {
!                       $GLOBALS['phpgw']->db->query('select distinct lang from 
phpgw_lang');
                        while (@$GLOBALS['phpgw']->db->next_record()) 
                        {





reply via email to

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