Code style changed, ext-user continued:
[mailer.git] / inc / modules / admin / what-list_bonus.php
index 068106e5d4b15cf1e4f882bb047917ff92c2a501..70c57a3a5ee013a6ef08964847ce81a6dfce0e66 100644 (file)
@@ -117,7 +117,7 @@ ORDER BY
                        $content['count']       = $count;
 
                        // Load template and add it
-                       $OUT .= loadTemplate('admin_list_bonus_rows', true, $content);
+                       $OUT .= loadTemplate('admin_list_bonus_rows', TRUE, $content);
                        $count++;
                } // END - while
 
@@ -127,10 +127,10 @@ ORDER BY
                // Check if we need to display form or not with manuel withdraw
                if (getLastMonth() == getMonth()) {
                        // Load form
-                       $content['withdraw_form'] = loadTemplate('admin_list_bonus_form', true);
+                       $content['withdraw_form'] = loadTemplate('admin_list_bonus_form', TRUE);
                } else {
                        // Display message "no manual withdraw possible"
-                       $content['withdraw_form'] = loadTemplate('admin_settings_unsaved', true, '{--ADMIN_BONUS_ALREADY_WITHDRAW--}');
+                       $content['withdraw_form'] = loadTemplate('admin_settings_unsaved', TRUE, '{--ADMIN_BONUS_ALREADY_WITHDRAW--}');
                }
 
                // Prepare constant for timemark
@@ -142,7 +142,7 @@ ORDER BY
                }
 
                // Load final template
-               loadTemplate('admin_list_bonus', false, $content);
+               loadTemplate('admin_list_bonus', FALSE, $content);
        } else {
                // No one has become an "activity bonus"...
                displayMessage('{--ADMIN_BONUS_NO_ACTIVE_RALLYE--}');