]> git.mxchange.org Git - mailer.git/commitdiff
Debug lines removed
authorRoland Häder <roland@mxchange.org>
Tue, 2 Oct 2012 14:56:33 +0000 (14:56 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 2 Oct 2012 14:56:33 +0000 (14:56 +0000)
inc/filter/politician-stop_filter.php

index b538e3c6d955995348a4753366a5a65d89bd683c..f16dda33819e64a76506569d7acf259230217fc3 100644 (file)
@@ -45,10 +45,10 @@ function FILTER_DISPLAY_POLITICIAN_STOP_SNIPPET ($filterData) {
        //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'Called!');
 
        // Shall we include the politician_stop snippet?
-       /* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'isFullPage()=' . intval(isFullPage()) . ',isExtensionActive()=' . intval(isExtensionActive('politician-stop')) . ',getModule()=' . getModule() . ',__header_sent=' . $GLOBALS['__header_sent']);
+       //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'isFullPage()=' . intval(isFullPage()) . ',isExtensionActive()=' . intval(isExtensionActive('politician-stop')) . ',getModule()=' . getModule() . ',__header_sent=' . $GLOBALS['__header_sent']);
        if ((isFullPage()) && (isExtensionActive('politician-stop')) && (getModule() != 'admin') && ($GLOBALS['__header_sent'] == 2)) {
                // Then display it here
-               /* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'Going to load template ...');
+               //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'Going to load template ...');
                $filterData .= loadTemplate('politician_stop_snippet', true);
        } // END - if