One more file needed to be changed over for the language table update. This is for the lang function.

This commit is contained in:
skeeter 2002-02-18 01:54:15 +00:00
parent a3bc3d813c
commit 9742f613e6

View File

@ -198,7 +198,7 @@
*/
function getInstalledLanguages()
{
$GLOBALS['phpgw']->db->query('select distinct lang from lang');
$GLOBALS['phpgw']->db->query('select distinct lang from phpgw_lang');
while (@$GLOBALS['phpgw']->db->next_record())
{
$installedLanguages[$GLOBALS['phpgw']->db->f('lang')] = $GLOBALS['phpgw']->db->f('lang');