Skip to content

Commit

Permalink
Fix coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Delisle committed Nov 21, 2013
1 parent eeaab14 commit 088b0f7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion libraries/plugins/import/ImportCsv.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,10 @@ public function doImport()
unset($values[count($values) - 1]);
} else {
$message = PMA_Message::error(
__('Invalid column count in CSV input on line %d.')
__(
'Invalid column count in CSV input'
. ' on line %d.'
)
);
$message->addParam($line);
$error = true;
Expand Down

0 comments on commit 088b0f7

Please sign in to comment.