mirror of
https://github.com/itflow-org/itflow
synced 2026-07-23 08:50:42 +00:00
Replace Function logAction() with logAudit()
This commit is contained in:
@@ -37,7 +37,7 @@ function appNotify($type, $details, $action = null, $client_id = 0, $entity_id =
|
||||
}
|
||||
}
|
||||
|
||||
function logAction($type, $action, $description, $client_id = 0, $entity_id = 0) {
|
||||
function logAudit($type, $action, $description, $client_id = 0, $entity_id = 0) {
|
||||
global $mysqli, $session_user_agent, $session_ip, $session_user_id;
|
||||
|
||||
$client_id = intval($client_id);
|
||||
|
||||
Reference in New Issue
Block a user