From 96ba93f773eb52581451f251563447013fda5446 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sat, 17 Jun 2006 18:38:32 +0000 Subject: [PATCH] use the new type parameter for accounts::name2id to specify accounts --- phpgwapi/inc/class.sessions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.sessions.inc.php b/phpgwapi/inc/class.sessions.inc.php index 3667e6f146..8270cd2187 100644 --- a/phpgwapi/inc/class.sessions.inc.php +++ b/phpgwapi/inc/class.sessions.inc.php @@ -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;