Code style changed, ext-user continued:
[mailer.git] / inc / modules / admin / what-list_wernis.php
index 91b7914e14d795a955eeef52401b773121a9e2ae..9c45ff11d358bff306f3c5acb9a57abc5e8989fa 100644 (file)
@@ -75,11 +75,11 @@ if (!SQL_HASZERONUMS($result)) {
                } // END - if
 
                // Append it and switch colors
-               $OUT .= loadTemplate('admin_list_wernis_row', true, $content);
+               $OUT .= loadTemplate('admin_list_wernis_row', TRUE, $content);
        } // END - while
 
        // Load main template
-       loadTemplate('admin_list_wernis_main', false, $OUT);
+       loadTemplate('admin_list_wernis_main', FALSE, $OUT);
 } else {
        // Nothing to display!
        displayMessage('{--ADMIN_WERNIS_NO_TRANSFERS--}');