"fix for bug reported on the german list"

This commit is contained in:
Ralf Becker 2007-06-13 15:37:10 +00:00
parent 8eda1028a3
commit e54535cfc8

View File

@ -49,7 +49,7 @@
'account_type' => 'u',
),__LINE__,__FILE__);
if (!$this->db->next_record() || $GLOBALS['egw_info']['server']['case_sensitive_username'] && $db->f('account_lid') != $username)
if (!$this->db->next_record() || $GLOBALS['egw_info']['server']['case_sensitive_username'] && $this->db->f('account_lid') != $username)
{
return false;
}