mirror of
https://github.com/itflow-org/itflow
synced 2026-07-25 01:40:40 +00:00
Replace Function logAction() with logAudit()
This commit is contained in:
@@ -16,7 +16,7 @@ if (isset($_POST['add_category'])) {
|
||||
|
||||
$category_id = mysqli_insert_id($mysqli);
|
||||
|
||||
logAction("Category", "Create", "$session_name created category $type $name", 0, $category_id);
|
||||
logAudit("Category", "Create", "$session_name created category $type $name", 0, $category_id);
|
||||
|
||||
flash_alert("Category $type <strong>$name</strong> created");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user