minor fix

This commit is contained in:
Hendrik
2017-01-20 12:29:34 +01:00
parent c93579913d
commit daff2f41fa

View File

@@ -99,15 +99,8 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
changeMultipleGroupStatusByID($db, $_POST["checkbox-group"], $_POST["groupbatchactions"]);
}
<<<<<<< HEAD
if (isset($_POST["pageselect"])) {
$currentpage = $_POST["pageselect"];
=======
if (!empty($_POST["actions"]) && !empty($_POST["userID"])) {
changeUserStatusByID($_POST["userID"], $_POST["actions"]);
} elseif (!empty($_POST["actions"]) && !empty($_POST["groupID"])) {
changeGroupStatusByID($_POST["groupID"], $_POST["actions"]);
>>>>>>> master
}
}