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.130,1.131


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.common.inc.php,1.130,1.131
Date: Sun, 17 Feb 2002 20:54:18 -0500

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

Modified Files:
        class.common.inc.php 
Log Message:
One more file needed to be changed over for the language table update.  This is 
for the lang function.

Index: class.common.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.common.inc.php,v
retrieving revision 1.130
retrieving revision 1.131
diff -C2 -r1.130 -r1.131
*** class.common.inc.php        17 Feb 2002 15:34:13 -0000      1.130
--- class.common.inc.php        18 Feb 2002 01:54:15 -0000      1.131
***************
*** 199,203 ****
                function getInstalledLanguages()
                {
!                       $GLOBALS['phpgw']->db->query('select distinct lang from 
lang');
                        while (@$GLOBALS['phpgw']->db->next_record()) 
                        {
--- 199,203 ----
                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]