1
0
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:
Cameron
2012-11-28 12:13:10 -08:00
parent cbc6a07747
commit b261320e76
2 changed files with 74 additions and 2 deletions

View File

@@ -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']);
}