BUG-12021 Audit Log Records

Audit Log Records
This commit is contained in:
norahmollo
2014-10-13 16:10:40 -04:00
parent 4699643503
commit ab4f94d846
5 changed files with 7 additions and 7 deletions

View File

@@ -122,7 +122,7 @@ class Groups
$oUsr = new Users();
$usrName = $oUsr->load($UsrUid);
G::auditLog("AssignUsersToGroup", "Assign user ". $usrName['USR_USERNAME'] ." (".$UsrUid.") to group ".$grpName['CON_VALUE']." (".$GrpUid.") ");
G::auditLog("AssignUserToGroup", "Assign user ". $usrName['USR_USERNAME'] ." (".$UsrUid.") to group ".$grpName['CON_VALUE']." (".$GrpUid.") ");
}
} catch (exception $oError) {
throw ($oError);