patch #2493494 Obsolete variable, thanks to Herman van Rink
This commit is contained in:
@@ -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'];
|
||||
|
Reference in New Issue
Block a user