]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/politician_stop_functions.php
fooRequestElementBar() functions renamed, adding of request parameters added:
[mailer.git] / inc / libs / politician_stop_functions.php
index 47fde787e9b35eeae97ef63d65600d022a7b41df..2390f3a7f78576f746dd055163c8b9aa6e6737dc 100644 (file)
@@ -50,7 +50,7 @@ function loadPoliticianStopSnippet () {
 // Filter for displaying politician_stop snippet
 function FILTER_DISPLAY_POLITICIAN_STOP_SNIPPET () {
        // Shall we include the politician_stop snippet?
-       if ((!isGetRequestElementSet('frame')) && (isExtensionActive('politician_stop')) && (getModule() != 'admin') && ($GLOBALS['header_sent'] == 2)) {
+       if ((!isGetRequestParameterSet('frame')) && (isExtensionActive('politician_stop')) && (getModule() != 'admin') && ($GLOBALS['header_sent'] == 2)) {
                // Then display it here
                loadPoliticianStopSnippet();
        } // END - if