]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/other_functions.php
Queries fixed
[mailer.git] / inc / libs / other_functions.php
index 46a5aa6199ff5312f45edfe19ad3a16d5045df15..fa7d3a055841e090d22be2de7bbd0059f7482446 100644 (file)
@@ -60,14 +60,5 @@ function displayDebugSqls () {
        $GLOBALS['page_footer'] .= loadTemplate('admin_other_sqls', true, $OUT);
 }
 
-// Filter for debugging SQLs
-function FILTER_DISPLAY_DEBUG_SQL () {
-       // Shall we display SQL queries?
-       if ((isAdmin()) && (isDisplayDebugSqlEnabled()) && (!isGetRequestParameterSet('frame')) && ($GLOBALS['header_sent'] == 2)) {
-               // Then display it here
-               displayDebugSqls();
-       } // END - if
-}
-
 // [EOF]
 ?>