Registrations [Class]: Updates for PHP 8.1

This commit is contained in:
fusionate 2023-05-29 19:37:47 +00:00
parent c450d10f93
commit 2384def111
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -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'] != ''