incorrect calling of an error message
This commit is contained in:
@@ -318,7 +318,7 @@ while (!($finished && $i >= $len) && !$error && !$timeout_passed) {
|
|||||||
PMA_importRunQuery();
|
PMA_importRunQuery();
|
||||||
|
|
||||||
if (count($values) != 0 && !$error) {
|
if (count($values) != 0 && !$error) {
|
||||||
$message = PMA_Message::error('$strInvalidCSVFormat');
|
$message = PMA_Message::error('strInvalidCSVFormat');
|
||||||
$message->addParam($line);
|
$message->addParam($line);
|
||||||
$error = TRUE;
|
$error = TRUE;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user