X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fguest%2Fwhat-active.php;h=fc26a49dd3c486f91ee54fdebe0c3ba3952fb0d4;hp=df44f6acd75fdec831881799ba8c009e8cab1c80;hb=596c8ab32594401ca84abfbfe35513ddfff31bec;hpb=c15eee48f9da1469cf3cdca3a48ba2d3c382a7c9 diff --git a/inc/modules/guest/what-active.php b/inc/modules/guest/what-active.php index df44f6acd7..fc26a49dd3 100644 --- a/inc/modules/guest/what-active.php +++ b/inc/modules/guest/what-active.php @@ -76,15 +76,15 @@ if (!SQL_HASZERONUMS($result)) { $content['last_online'] = generateDateTime($content['last_online'], '2'); // Load template - $OUT .= loadTemplate('guest_list_active_row', true, $content); + $OUT .= loadTemplate('guest_list_active_row', TRUE, $content); } // END - while } else { // No member was online today! :-( - $OUT = loadTemplate('guest_list_active_row_none', true); + $OUT = loadTemplate('guest_list_active_row_none', TRUE); } // Load template -loadTemplate('guest_list_active', false, $OUT); +loadTemplate('guest_list_active', FALSE, $OUT); // [EOF] ?>