mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
adjust sql for new table names
This commit is contained in:
parent
25378a7f88
commit
54e00b04d6
@ -90,7 +90,7 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
$GLOBALS['phpgw']->db->query("SELECT content FROM lang WHERE lang='$select_lang' AND message_id='$section"
|
||||
$GLOBALS['phpgw']->db->query("SELECT content FROM phpgw_lang WHERE lang='$select_lang' AND message_id='$section"
|
||||
. "_message'");
|
||||
$GLOBALS['phpgw']->db->next_record();
|
||||
$current_message = $GLOBALS['phpgw']->db->f('content');
|
||||
|
Loading…
Reference in New Issue
Block a user