From e2b0978a90c54edca84e64c0b146349d48e593f1 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 8 Jan 2009 17:50:54 +0000 Subject: [PATCH] patch #2493494 Obsolete variable, thanks to Herman van Rink --- libraries/import.lib.php | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/import.lib.php b/libraries/import.lib.php index 9984968ff..345e02c44 100644 --- a/libraries/import.lib.php +++ b/libraries/import.lib.php @@ -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'];