From da37548e2e7b6dde1827037a94fbcfb010abfda6 Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 16 Mar 2021 12:33:41 +0100 Subject: also move code comments to the function --- Zotlabs/Module/Admin/Accounts.php | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Zotlabs/Module') diff --git a/Zotlabs/Module/Admin/Accounts.php b/Zotlabs/Module/Admin/Accounts.php index 3a2fd1dcc..a9d1c437f 100644 --- a/Zotlabs/Module/Admin/Accounts.php +++ b/Zotlabs/Module/Admin/Accounts.php @@ -178,16 +178,8 @@ class Accounts { goaway(z_root() . '/admin/accounts' ); } - /* get pending */ - // [hilmar -> - /* - $pending = q("SELECT account.*, reg_hash FROM account LEFT JOIN register ON account_id = reg_uid WHERE reg_vital = 1 AND (account_flags & %d) > 0", - intval(ACCOUNT_PENDING) - ); - */ $tao = 'tao.zar.zarax = ' . "'" . '' . "';\n"; - // better useability at the moment to tell all (ACCOUNT_PENDING >= 0) instead of (> 0 for those need approval) $pending = get_pending_accounts(); unset($_SESSION[self::MYP]); -- cgit v1.2.3