aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Admin
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-03-16 12:33:41 +0100
committerMario <mario@mariovavti.com>2021-03-16 12:33:41 +0100
commitda37548e2e7b6dde1827037a94fbcfb010abfda6 (patch)
tree3df57696707290914266647608dd464e714ba0ea /Zotlabs/Module/Admin
parentc658bbca2416bc1d3e51ef6072fea57151d40981 (diff)
downloadvolse-hubzilla-da37548e2e7b6dde1827037a94fbcfb010abfda6.tar.gz
volse-hubzilla-da37548e2e7b6dde1827037a94fbcfb010abfda6.tar.bz2
volse-hubzilla-da37548e2e7b6dde1827037a94fbcfb010abfda6.zip
also move code comments to the function
Diffstat (limited to 'Zotlabs/Module/Admin')
-rw-r--r--Zotlabs/Module/Admin/Accounts.php8
1 files changed, 0 insertions, 8 deletions
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 = ' . "'" . '<img src="' . z_root() . '/images/zapax16.gif">' . "';\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]);