Code and Cosmetic changes, some PHP8.x warning fixes

This commit is contained in:
JRGTH
2022-08-29 10:53:40 -04:00
parent a3829b1d3f
commit 010f964e36
8 changed files with 87 additions and 49 deletions

View File

@@ -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);