mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
One more file needed to be changed over for the language table update. This is for the lang function.
This commit is contained in:
parent
a3bc3d813c
commit
9742f613e6
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user