Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate committed May 29, 2014
2 parents 0f1811f + 93f49ab commit 059a0b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libraries/Table.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,6 @@ static public function moveCopy($source_db, $source_table, $target_db,
/* 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'
) {
Expand Down

0 comments on commit 059a0b4

Please sign in to comment.