]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_beg.php
Code style changed, ext-user continued:
[mailer.git] / inc / modules / admin / what-list_beg.php
index c168877428d6e60bd9769d2c9f34bb12e2adb222..ad47803a44c7e7c983ea984420b41724fc042cb0 100644 (file)
@@ -106,7 +106,7 @@ ORDER BY
                        );
 
                        // Load template and add it
-                       $OUT .= loadTemplate('admin_list_beg_rows', true, $row);
+                       $OUT .= loadTemplate('admin_list_beg_rows', TRUE, $row);
                        $count++;
                        $total += $content['beg_points'];
                } // END - while
@@ -117,21 +117,21 @@ 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_beg_form', true);
+                       $content['withdraw_form'] = loadTemplate('admin_list_beg_form', TRUE);
                } else {
                        // Display message "no manual withdraw possible"
-                       $content['withdraw_form'] = displayMessage('{--ADMIN_BEG_ALREADY_WITHDRAW--}', true);
+                       $content['withdraw_form'] = displayMessage('{--ADMIN_BEG_ALREADY_WITHDRAW--}', TRUE);
                }
 
                // Prepare constant for timemark
                if (isExtensionActive('autopurge')) {
                        $content['autopurge_timeout'] = generateDateTime(time() - getApInactiveSince(), 2);
                } else {
-                       $content['autopurge_timeout'] = displayMessage('{%pipe,generateExtensionInactiveNotInstalledMessage=autopurge%}', true);
+                       $content['autopurge_timeout'] = displayMessage('{%pipe,generateExtensionInactiveNotInstalledMessage=autopurge%}', TRUE);
                }
 
                // Load final template
-               loadTemplate('admin_list_beg', false, $content);
+               loadTemplate('admin_list_beg', FALSE, $content);
        } else {
                // No one has joined the begging rallye...
                displayMessage('{--ADMIN_BEG_NO_RALLYE--}');