mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 09:38:53 +01:00
adjust sql for new table names
This commit is contained in:
parent
25378a7f88
commit
54e00b04d6
@ -90,7 +90,7 @@
|
|||||||
}
|
}
|
||||||
else
|
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'");
|
. "_message'");
|
||||||
$GLOBALS['phpgw']->db->next_record();
|
$GLOBALS['phpgw']->db->next_record();
|
||||||
$current_message = $GLOBALS['phpgw']->db->f('content');
|
$current_message = $GLOBALS['phpgw']->db->f('content');
|
||||||
|
Loading…
Reference in New Issue
Block a user