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:
@@ -14,7 +14,7 @@ if (isset($_POST['add_tag'])) {
|
||||
|
||||
$tag_id = mysqli_insert_id($mysqli);
|
||||
|
||||
logAction("Tag", "Create", "$session_name created tag $name", 0, $tag_id);
|
||||
logAudit("Tag", "Create", "$session_name created tag $name", 0, $tag_id);
|
||||
|
||||
flash_alert("Tag <strong>$name</strong> created");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user