fixed bug: missing param 5 in egw_db::insert, which stoped login, if display errors is on

This commit is contained in:
Ralf Becker 2005-11-21 07:23:37 +00:00
parent 021e0f0aea
commit e9cfc86e19

View File

@ -619,7 +619,7 @@
'li' => $now,
'lo' => 0,
'account_id'=> $account_id,
),__LINE__,__FILE__);
),false,__LINE__,__FILE__);
}
else
{