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:
@@ -22,7 +22,7 @@ if (!empty($contact_id)) {
|
||||
$delete_count = mysqli_affected_rows($mysqli);
|
||||
|
||||
// Logging
|
||||
logAction("Contact", "Delete", "$contact_name via API ($api_key_name)", $client_id);
|
||||
logAudit("Contact", "Delete", "$contact_name via API ($api_key_name)", $client_id);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user