adjust sql for new table names

This commit is contained in:
Miles Lott 2002-02-23 17:18:55 +00:00
parent 25378a7f88
commit 54e00b04d6

View File

@ -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');