fooRequestElementBar() functions renamed, adding of request parameters added:
[mailer.git] / inc / libs / uberwach_functions.php
index 90b98678135aed5ee80ade06abe0f01c314f8e14..7d6b3420ecd4a44c3e9714328abf62eac3775804 100644 (file)
@@ -53,7 +53,7 @@ function loadUberwachSnippet () {
 // Filter for displaying uberwach snippet
 function FILTER_DISPLAY_UBERWACH_SNIPPET () {
        // Shall we include the uberwach snippet?
-       if ((!isGetRequestElementSet('frame')) && (isExtensionActive('uberwach')) && (getModule() != 'admin') && ($GLOBALS['header_sent'] == 2)) {
+       if ((!isGetRequestParameterSet('frame')) && (isExtensionActive('uberwach')) && (getModule() != 'admin') && ($GLOBALS['header_sent'] == 2)) {
                // Then display it here
                loadUberwachSnippet();
        } // END - if