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 */