Replace Function logAction() with logAudit()

This commit is contained in:
johnnyq
2026-07-14 17:35:23 -04:00
parent 29a0b3ead8
commit f1836c70cd
109 changed files with 663 additions and 663 deletions

View File

@@ -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);