From 80419ee78364821459f3001e60349f5d5feb142a Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sun, 20 May 2007 15:16:15 +0000 Subject: [PATCH] "removed some \"dead\" code" --- phpgwapi/inc/class.accounts.inc.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/phpgwapi/inc/class.accounts.inc.php b/phpgwapi/inc/class.accounts.inc.php index 8e70d82a43..1e4fb9f86b 100644 --- a/phpgwapi/inc/class.accounts.inc.php +++ b/phpgwapi/inc/class.accounts.inc.php @@ -435,10 +435,8 @@ class accounts extends accounts_backend { if (!($data = $this->read($account_id))) return false; + //echo "

accounts::id2name($account_id,$which)='{$data[$which]}'"; return $data[$which]; - - $this->setup_cache(); - $id_list = &$this->cache['id_list']; } /**