diff options
author | friendica <info@friendica.com> | 2014-01-21 14:56:42 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-01-21 14:56:42 -0800 |
commit | 60416d6f33e94d44bab4e47e616b363b36dbd777 (patch) | |
tree | 3916cdc46b9a90c1388e5963a535bcc32adb78f9 /mod | |
parent | 530adb50ee741eb46f0e798d02d043afe7dd2d45 (diff) | |
download | volse-hubzilla-60416d6f33e94d44bab4e47e616b363b36dbd777.tar.gz volse-hubzilla-60416d6f33e94d44bab4e47e616b363b36dbd777.tar.bz2 volse-hubzilla-60416d6f33e94d44bab4e47e616b363b36dbd777.zip |
fix the admin interface to pending registrations
Diffstat (limited to 'mod')
-rw-r--r-- | mod/admin.php | 2 |
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'), |