From 56d248a2b1c7415f2fec926c4f66be095a5fd0e2 Mon Sep 17 00:00:00 2001 From: nathan Date: Thu, 19 Oct 2023 14:51:24 -0600 Subject: [PATCH] Remove debug code --- api/src/Framework.php | 1 - 1 file changed, 1 deletion(-) diff --git a/api/src/Framework.php b/api/src/Framework.php index ddc07fd1fc..cbc19e2bc0 100644 --- a/api/src/Framework.php +++ b/api/src/Framework.php @@ -1680,7 +1680,6 @@ abstract class Framework extends Framework\Extra $options = array('account_type' => $type, 'tag_list' => true) + $accounts; $accounts = Accounts::link_query('', $options); } - unset($list["accounts"][9]); // Make sure the user themselves is in there if(!array_key_exists($GLOBALS['egw_info']['user']['account_id'], $list['accounts'])) {