forked from extern/egroupware
use the new type parameter for accounts::name2id to specify accounts
This commit is contained in:
parent
0af8df4caa
commit
96ba93f773
@ -292,7 +292,7 @@
|
|||||||
$GLOBALS['egw_info']['user']['kp3'] = $this->kp3;
|
$GLOBALS['egw_info']['user']['kp3'] = $this->kp3;
|
||||||
|
|
||||||
$this->update_dla();
|
$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)
|
if (!$this->account_id)
|
||||||
{
|
{
|
||||||
return False;
|
return False;
|
||||||
|
Loading…
Reference in New Issue
Block a user