Removed query box as discussed on mailing list.
This commit is contained in:
@@ -51,6 +51,8 @@ $Source$
|
|||||||
comment and MIME transformation if field not named.
|
comment and MIME transformation if field not named.
|
||||||
* libraries/relation.lib.php: Fix reading native MySQL comments when no
|
* libraries/relation.lib.php: Fix reading native MySQL comments when no
|
||||||
phpMyAdmin one defined (bug #1312758).
|
phpMyAdmin one defined (bug #1312758).
|
||||||
|
* tbl_properties_structure.php: Removed query box as discussed on mailing
|
||||||
|
list.
|
||||||
|
|
||||||
2005-10-07 Marc Delisle <lem9@users.sourceforge.net>
|
2005-10-07 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* libraries/check_user_privileges.lib.php: bug #1313821, dbname containing a
|
* libraries/check_user_privileges.lib.php: bug #1313821, dbname containing a
|
||||||
|
@@ -5,7 +5,6 @@
|
|||||||
require_once('./libraries/grab_globals.lib.php');
|
require_once('./libraries/grab_globals.lib.php');
|
||||||
require_once('./libraries/common.lib.php');
|
require_once('./libraries/common.lib.php');
|
||||||
require_once('./libraries/mysql_charsets.lib.php');
|
require_once('./libraries/mysql_charsets.lib.php');
|
||||||
require_once './libraries/sql_query_form.lib.php';
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Drop multiple fields if required
|
* Drop multiple fields if required
|
||||||
@@ -804,13 +803,6 @@ if (!$tbl_is_view) {
|
|||||||
echo '</div>' . "\n";
|
echo '</div>' . "\n";
|
||||||
} // end if (!$tbl_is_view)
|
} // end if (!$tbl_is_view)
|
||||||
|
|
||||||
/**
|
|
||||||
* Query box, bookmark, insert data from textfile
|
|
||||||
*/
|
|
||||||
$goto = 'tbl_properties_structure.php';
|
|
||||||
PMA_sqlQueryForm();
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Displays the footer
|
* Displays the footer
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user