From 2ec277c0d9b705696669eb177090a50ee7fb897c Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sat, 5 Nov 2005 19:00:31 +0000 Subject: [PATCH] typo --- phpgwapi/inc/class.translation.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.translation.inc.php b/phpgwapi/inc/class.translation.inc.php index 67f40dd21f..476d2660f6 100644 --- a/phpgwapi/inc/class.translation.inc.php +++ b/phpgwapi/inc/class.translation.inc.php @@ -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; } /**