From: Roland Häder Date: Tue, 2 Oct 2012 14:56:33 +0000 (+0000) Subject: Debug lines removed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e630d445a4a8ecae2b6f5ea442c2949234dd952a;p=mailer.git Debug lines removed --- diff --git a/inc/filter/politician-stop_filter.php b/inc/filter/politician-stop_filter.php index b538e3c6d9..f16dda3381 100644 --- a/inc/filter/politician-stop_filter.php +++ b/inc/filter/politician-stop_filter.php @@ -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