mirror of
https://github.com/e107inc/e107.git
synced 2025-08-30 09:39:55 +02:00
admin user and usersettings GUI fixes.
This commit is contained in:
@@ -433,14 +433,14 @@ if (isset ($_POST['useraction']) && $_POST['useraction'] == "reqverify")
|
||||
}
|
||||
|
||||
if (isset ($_POST['useraction']) && $_POST['useraction'] == "ban")
|
||||
{
|
||||
{
|
||||
e107::getMessage()->addError('FIXME, I\'m not working... Use "batch" instead');
|
||||
//$user->user_ban($_POST['userid']);
|
||||
}
|
||||
|
||||
// ------- Unban User --------------
|
||||
if (isset ($_POST['useraction']) && $_POST['useraction'] == "unban")
|
||||
{
|
||||
{
|
||||
e107::getMessage()->addError('FIXME, I\'m not working...Use "batch" instead');
|
||||
//$user->user_unban($_POST['userid']);
|
||||
}
|
||||
|
Reference in New Issue
Block a user