This commit is contained in:
Ralf Becker 2005-11-05 19:00:31 +00:00
parent ebd1e337b1
commit 2ec277c0d9

View File

@ -307,7 +307,7 @@
}
$this->db->select($this->languages_table,'lang_name',array('lang_id' => $lang),__LINE__,__FILE__);
return $GLOBALS['egw']->db->next_record() ? $GLOBALS['egw']->db->f('lang_name') : false;
return $this->db->next_record() ? $this->db->f('lang_name') : false;
}
/**