@@ -119,8 +119,6 @@ class ProcessUser extends BaseProcessUser
|
|||||||
$groupUid = $row['USR_UID'];
|
$groupUid = $row['USR_UID'];
|
||||||
if (in_array($groupUid, $aGroups)) {
|
if (in_array($groupUid, $aGroups)) {
|
||||||
return true;
|
return true;
|
||||||
} else {
|
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user