Move <h2> to design.inc.php

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@30 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana
2007-07-05 05:15:53 +00:00
parent 0b6ab61436
commit 1bc2792a41
11 changed files with 4 additions and 12 deletions

View File

@@ -7,7 +7,6 @@ if ($_POST) {
$error = mysql_error();
}
page_header(lang('SQL command'), (strlen($_GET["db"]) ? "" : "db"));
echo "<h2>" . lang('SQL command') . "</h2>\n";
if ($_POST) {
if (!$result) {