update permissions
This commit is contained in:
parent
e9d86caf3e
commit
2c097e9eb5
@ -65,7 +65,7 @@ function canViewInternal() {
|
|||||||
|
|
||||||
// Added for auditing display
|
// Added for auditing display
|
||||||
function getAuditUserName($user_id) {
|
function getAuditUserName($user_id) {
|
||||||
if (!$user_id) return '-';
|
if (!$user_id) return 'غير متوفر';
|
||||||
static $userCache = null;
|
static $userCache = null;
|
||||||
if ($userCache === null) {
|
if ($userCache === null) {
|
||||||
$userCache = [];
|
$userCache = [];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user