diff --git a/sql.php3 b/sql.php3 index 99680e38d..859dc68c7 100755 --- a/sql.php3 +++ b/sql.php3 @@ -132,6 +132,10 @@ else { } else { + // Displays the headers + if (isset($show_query)) { + unset($show_query); + } include("./header.inc.php3"); // Define the display mode if it wasn't passed by url if (!isset($display)) {