incorrect calling of an error message

This commit is contained in:
Marc Delisle
2009-06-27 11:41:51 +00:00
parent aa100f36dc
commit 4f072ddfbf

View File

@@ -318,7 +318,7 @@ while (!($finished && $i >= $len) && !$error && !$timeout_passed) {
PMA_importRunQuery();
if (count($values) != 0 && !$error) {
$message = PMA_Message::error('$strInvalidCSVFormat');
$message = PMA_Message::error('strInvalidCSVFormat');
$message->addParam($line);
$error = TRUE;
}