From e630d445a4a8ecae2b6f5ea442c2949234dd952a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 2 Oct 2012 14:56:33 +0000 Subject: [PATCH] Debug lines removed --- inc/filter/politician-stop_filter.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5