mirror of
https://github.com/itflow-org/itflow
synced 2026-03-04 12:54:51 +00:00
rm old debugging message
This commit is contained in:
@@ -47,7 +47,6 @@ if (isset($_POST['edit_role'])) {
|
|||||||
$access_level = intval($value);
|
$access_level = intval($value);
|
||||||
|
|
||||||
if ($access_level > 0) {
|
if ($access_level > 0) {
|
||||||
echo $key . ' with id ' . $module_id . " : ". $access_level . "\n";
|
|
||||||
mysqli_query($mysqli, "INSERT INTO user_role_permissions SET user_role_id = $role_id, module_id = $module_id, user_role_permission_level = $access_level");
|
mysqli_query($mysqli, "INSERT INTO user_role_permissions SET user_role_id = $role_id, module_id = $module_id, user_role_permission_level = $access_level");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user