From 31aec9bf5bbfa93f33ada080a8d40df79192aed5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Sat, 8 Oct 2005 17:50:58 +0000 Subject: [PATCH] Removed query box as discussed on mailing list. --- ChangeLog | 2 ++ tbl_properties_structure.php | 8 -------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index dd173f210..175cea373 100755 --- a/ChangeLog +++ b/ChangeLog @@ -51,6 +51,8 @@ $Source$ comment and MIME transformation if field not named. * libraries/relation.lib.php: Fix reading native MySQL comments when no phpMyAdmin one defined (bug #1312758). + * tbl_properties_structure.php: Removed query box as discussed on mailing + list. 2005-10-07 Marc Delisle * libraries/check_user_privileges.lib.php: bug #1313821, dbname containing a diff --git a/tbl_properties_structure.php b/tbl_properties_structure.php index 10e8c979c..60b50da28 100644 --- a/tbl_properties_structure.php +++ b/tbl_properties_structure.php @@ -5,7 +5,6 @@ require_once('./libraries/grab_globals.lib.php'); require_once('./libraries/common.lib.php'); require_once('./libraries/mysql_charsets.lib.php'); -require_once './libraries/sql_query_form.lib.php'; /** * Drop multiple fields if required @@ -804,13 +803,6 @@ if (!$tbl_is_view) { echo '' . "\n"; } // end if (!$tbl_is_view) -/** - * Query box, bookmark, insert data from textfile - */ -$goto = 'tbl_properties_structure.php'; -PMA_sqlQueryForm(); - - /** * Displays the footer */