mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-05 13:39:23 +01:00
"removed some \"dead\" code"
This commit is contained in:
parent
d683c2c7e1
commit
80419ee783
@ -435,10 +435,8 @@ class accounts extends accounts_backend
|
|||||||
{
|
{
|
||||||
if (!($data = $this->read($account_id))) return false;
|
if (!($data = $this->read($account_id))) return false;
|
||||||
|
|
||||||
|
//echo "<p>accounts::id2name($account_id,$which)='{$data[$which]}'";
|
||||||
return $data[$which];
|
return $data[$which];
|
||||||
|
|
||||||
$this->setup_cache();
|
|
||||||
$id_list = &$this->cache['id_list'];
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user