mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
More work on moving to the redirect, flash_alert and get_field_by_id and maing sure validate_csrf is on top and some other cleanups, along with more work on credits
This commit is contained in:
@@ -421,7 +421,7 @@ if (isset($_POST['bulk_edit_contact_department'])) {
|
||||
|
||||
logAction("Contact", "Bulk Edit", "$session_name set the department $department for $contact_count contacts", $client_id);
|
||||
|
||||
flash_alert("You set the Department to <strong>$department</strong> for <strong>$contact_count</strong> contacts";
|
||||
flash_alert("You set the Department to <strong>$department</strong> for <strong>$contact_count</strong> contacts");
|
||||
}
|
||||
|
||||
redirect();
|
||||
|
||||
Reference in New Issue
Block a user