patch #2493494 Obsolete variable, thanks to Herman van Rink

This commit is contained in:
Marc Delisle
2009-01-08 17:50:54 +00:00
parent 8ba95f5830
commit e2b0978a90

View File

@@ -144,7 +144,6 @@ function PMA_importRunQuery($sql = '', $full = '', $controluser = false)
if ($a_num_rows > 0) {
$msg .= $GLOBALS['strRows'] . ': ' . $a_num_rows;
} elseif ($a_aff_rows > 0) {
$a_rows =
$msg .= sprintf($GLOBALS['strRowsAffected'], $a_aff_rows);
} else {
$msg .= $GLOBALS['strEmptyResultSet'];