Code and Cosmetic changes, some PHP8.x warning fixes
This commit is contained in:
@@ -287,6 +287,7 @@ $document->render();
|
||||
</thead>
|
||||
<tbody>
|
||||
<?php
|
||||
global $identifier;
|
||||
foreach ($sphere_array as $sphere_record):
|
||||
$notificationmode = updatenotify_get_mode($sphere_notifier, $identifier);
|
||||
$notdirty = (UPDATENOTIFY_MODE_DIRTY != $notificationmode) && (UPDATENOTIFY_MODE_DIRTY_CONFIG != $notificationmode);
|
||||
|
||||
Reference in New Issue
Block a user