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) {
|
if (is_array($records) && @sizeof($records) != 0) {
|
||||||
foreach($records as $record) {
|
foreach($records as $record) {
|
||||||
if (
|
if (
|
||||||
|
!empty($record['checked']) &&
|
||||||
$record['checked'] == 'true' &&
|
$record['checked'] == 'true' &&
|
||||||
$record['user'] != '' &&
|
$record['user'] != '' &&
|
||||||
$record['profile'] != ''
|
$record['profile'] != ''
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue