From 4b7bc379a70284c4999d607f2c8014c6a718d7a1 Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Thu, 23 Aug 2007 15:35:37 +0000 Subject: [PATCH] Use $title2 git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@345 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- edit.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edit.inc.php b/edit.inc.php index 21945d26..2bace030 100644 --- a/edit.inc.php +++ b/edit.inc.php @@ -41,7 +41,7 @@ if ($_POST && !$error) { } $error = $mysql->error; } -page_header((isset($_GET["default"]) ? lang('Default values') : ($_GET["where"] ? lang('Edit') : lang('Insert'))) . ": " . htmlspecialchars($_GET["edit"]), array((isset($_GET["default"]) ? "table" : "select") => $_GET["edit"])); +page_header((isset($_GET["default"]) ? lang('Default values') : ($_GET["where"] ? lang('Edit') : lang('Insert'))), array((isset($_GET["default"]) ? "table" : "select") => $_GET["edit"]), $_GET["edit"]); if ($_POST) { echo "

" . lang('Error during saving') . ": " . htmlspecialchars($error) . "

\n";