mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
rm old debugging message
This commit is contained in:
@@ -47,7 +47,6 @@ if (isset($_POST['edit_role'])) {
|
||||
$access_level = intval($value);
|
||||
|
||||
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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user