mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-28 00:39:19 +01:00
Remove debug code
This commit is contained in:
parent
b0490bc7d8
commit
56d248a2b1
@ -1680,7 +1680,6 @@ abstract class Framework extends Framework\Extra
|
|||||||
$options = array('account_type' => $type, 'tag_list' => true) + $accounts;
|
$options = array('account_type' => $type, 'tag_list' => true) + $accounts;
|
||||||
$accounts = Accounts::link_query('', $options);
|
$accounts = Accounts::link_query('', $options);
|
||||||
}
|
}
|
||||||
unset($list["accounts"][9]);
|
|
||||||
// Make sure the user themselves is in there
|
// Make sure the user themselves is in there
|
||||||
if(!array_key_exists($GLOBALS['egw_info']['user']['account_id'], $list['accounts']))
|
if(!array_key_exists($GLOBALS['egw_info']['user']['account_id'], $list['accounts']))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user