unused code

This commit is contained in:
Marc Delisle 2004-09-21 14:06:33 +00:00
parent 2d625b7494
commit 4c6d552a7b

View File

@ -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")