From 4c6d552a7bb363e8847428810d06fad42abe29de Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 21 Sep 2004 14:06:33 +0000 Subject: [PATCH] unused code --- read_dump.php | 3 --- 1 file changed, 3 deletions(-) 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")