Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2014-05-29 18:24:55 +02:00
commit 059a0b4aa4

View File

@ -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'
) {