use the new type parameter for accounts::name2id to specify accounts

This commit is contained in:
Ralf Becker 2006-06-17 18:38:32 +00:00
parent 0af8df4caa
commit 96ba93f773

View File

@ -292,7 +292,7 @@
$GLOBALS['egw_info']['user']['kp3'] = $this->kp3;
$this->update_dla();
$this->account_id = $GLOBALS['egw']->accounts->name2id($this->account_lid);
$this->account_id = $GLOBALS['egw']->accounts->name2id($this->account_lid,'account_lid','u');
if (!$this->account_id)
{
return False;