diff --git a/read_dump.php b/read_dump.php index acbc20c3c2..f89cf30402 100644 --- a/read_dump.php +++ b/read_dump.php @@ -192,9 +192,6 @@ if ($sql_query != '') { $pieces = array(); PMA_splitSqlFile($pieces, $sql_query, PMA_MYSQL_INT_VERSION); $pieces_count = count($pieces); - if ($pieces_count > 1) { - $is_multiple = TRUE; - } // Copy of the cleaned sql statement for display purpose only (see near the // beginning of "db_details.php" & "tbl_properties.php")