"removed some \"dead\" code"

This commit is contained in:
Ralf Becker 2007-05-20 15:16:15 +00:00
parent d683c2c7e1
commit 80419ee783

View File

@ -435,10 +435,8 @@ class accounts extends accounts_backend
{
if (!($data = $this->read($account_id))) return false;
//echo "<p>accounts::id2name($account_id,$which)='{$data[$which]}'";
return $data[$which];
$this->setup_cache();
$id_list = &$this->cache['id_list'];
}
/**