]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/other_functions.php
Language id renamed, some network query amounts added
[mailer.git] / inc / libs / other_functions.php
index 46a5aa6199ff5312f45edfe19ad3a16d5045df15..2d49e5802d7817f76d87a4db0ee7a267a60fea5c 100644 (file)
@@ -17,7 +17,7 @@
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
  * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
- * For more information visit: http://www.mxchange.org                  *
+ * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
  * it under the terms of the GNU General Public License as published by *
@@ -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]
 ?>