aboutsummaryrefslogtreecommitdiffstats
path: root/mod/admin.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-01-21 14:56:42 -0800
committerfriendica <info@friendica.com>2014-01-21 14:56:42 -0800
commit60416d6f33e94d44bab4e47e616b363b36dbd777 (patch)
tree3916cdc46b9a90c1388e5963a535bcc32adb78f9 /mod/admin.php
parent530adb50ee741eb46f0e798d02d043afe7dd2d45 (diff)
downloadvolse-hubzilla-60416d6f33e94d44bab4e47e616b363b36dbd777.tar.gz
volse-hubzilla-60416d6f33e94d44bab4e47e616b363b36dbd777.tar.bz2
volse-hubzilla-60416d6f33e94d44bab4e47e616b363b36dbd777.zip
fix the admin interface to pending registrations
Diffstat (limited to 'mod/admin.php')
-rw-r--r--mod/admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/admin.php b/mod/admin.php
index 984e12777..749b94de2 100644
--- a/mod/admin.php
+++ b/mod/admin.php
@@ -688,7 +688,7 @@ function admin_page_users(&$a){
'$submit' => t('Submit'),
'$select_all' => t('select all'),
'$h_pending' => t('User registrations waiting for confirm'),
- '$th_pending' => array( t('Request date'), t('Name'), t('Email') ),
+ '$th_pending' => array( t('Request date'), t('Email') ),
'$no_pending' => t('No registrations.'),
'$approve' => t('Approve'),
'$deny' => t('Deny'),