]> git.mxchange.org Git - mailer.git/blobdiff - inc/filter/other_filter.php
Extension ext-earning introduced (unfinished), renamings:
[mailer.git] / inc / filter / other_filter.php
index 4bed3d6c868233e4fb0c91c5850337a2914f7345..5b99edde38cb33104a4448a62a7050d7ff659c13 100644 (file)
@@ -44,7 +44,7 @@ if (!defined('__SECURITY')) {
 function FILTER_DISPLAY_DEBUG_SQL ($filterData) {
        // Shall we display SQL queries?
        //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'Called!');
-       if ((isAdmin()) && (isDisplayDebugSqlEnabled()) && (!isGetRequestParameterSet('frame')) && ($GLOBALS['header_sent'] == 2)) {
+       if ((isAdmin()) && (isDisplayDebugSqlEnabled()) && (!isGetRequestElementSet('frame')) && ($GLOBALS['header_sent'] == 2)) {
                // Then display it here
                displayDebugSqls();
        } // END - if