diff --git a/libraries/Table.class.php b/libraries/Table.class.php index 49154f3998..2fda80be91 100644 --- a/libraries/Table.class.php +++ b/libraries/Table.class.php @@ -913,7 +913,6 @@ class PMA_Table /* Generate query back */ $sql_structure = PMA_SQP_format($parsed_sql, 'query_only'); // If table exists, and 'add drop table' is selected: Drop it! - $drop_query = ''; if (isset($_REQUEST['drop_if_exists']) && $_REQUEST['drop_if_exists'] == 'true' ) {