Registrations [Class]: Updates for PHP 8.1
This commit is contained in:
parent
c450d10f93
commit
2384def111
|
|
@ -243,6 +243,7 @@ if (!class_exists('registrations')) {
|
|||
if (is_array($records) && @sizeof($records) != 0) {
|
||||
foreach($records as $record) {
|
||||
if (
|
||||
!empty($record['checked']) &&
|
||||
$record['checked'] == 'true' &&
|
||||
$record['user'] != '' &&
|
||||
$record['profile'] != ''
|
||||
|
|
|
|||
Loading…
Reference in New Issue