]> git.mxchange.org Git - mailer.git/blobdiff - inc/filters.php
More rewrites, and output-mode fixed (we should documentate this)
[mailer.git] / inc / filters.php
index 1b7eb19dae2e94f9a2dd606c71f265bb96cd59b7..5b007f3d2132d9721e619a87cf183e076d3acee6 100644 (file)
@@ -603,7 +603,7 @@ function FILTER_DETERMINE_WHAT_ACTION () {
 // Sends out pooled mails
 function FILTER_TRIGGER_SENDING_POOL () {
        // Are we in normal output mode?
-       if (getOutputMode() != '0') {
+       if (getOutputMode() != 0) {
                // Only in normal output mode to prevent race-conditons!
        } // END - if