Code style changed, ext-user continued:
[mailer.git] / inc / modules / admin / what-list_notifications.php
index f61e1785a820450936a09727888aab30d9c71c13..51020c6906bbf97c9b0176b1a8a87dc9d83e5d8a 100644 (file)
@@ -45,7 +45,7 @@ addYouAreHereLink('admin', __FILE__);
 
 // Init variables
 $SQL2 = '';
-$result_max = false;
+$result_max = FALSE;
 
 // Set offset an current page to default values
 if (!isGetRequestElementSet('page'))   setGetRequestElement('page'  , 1);
@@ -95,17 +95,17 @@ if ((isExtensionActive('bonus')) && (!SQL_HASZERONUMS($result_max)) && (!empty($
                        $content['timestamp']   = generateDateTime($content['timestamp'], 0);
 
                        // Load row template
-                       $OUT .= loadTemplate('admin_list_notify_emails_row', true, $content);
+                       $OUT .= loadTemplate('admin_list_notify_emails_row', TRUE, $content);
                } // END - if
 
                // Add navigation (without change box but with colspan=3)
-               $content['nav'] = addEmailNavigation($numPages, getMailsPage(), false, 3, true);
+               $content['nav'] = addEmailNavigation($numPages, getMailsPage(), FALSE, 3, TRUE);
 
                // Prepare content
                $content['rows'] = $OUT;
 
                // Load main template
-               loadTemplate('admin_list_notify_emails', false, $content);
+               loadTemplate('admin_list_notify_emails', FALSE, $content);
        }
 } elseif ((SQL_NUMROWS($result_max) === 0) && (is_resource($result_max))) {
        // No notifications found