Author: mcantelon
Date: Thu Jan 12 12:19:50 2012
New Revision: 10659
Log:
Minor tweak to output.
Modified:
trunk/lib/QubitFlatfileImport.class.php
Modified: trunk/lib/QubitFlatfileImport.class.php
==============================================================================
--- trunk/lib/QubitFlatfileImport.class.php Thu Jan 12 12:15:36 2012
(r10658)
+++ trunk/lib/QubitFlatfileImport.class.php Thu Jan 12 12:19:50 2012
(r10659)
@@ -190,9 +190,9 @@
{
$output .= count($columns) . " columns ". $problemDescription .":\n";
$output .= ' '. implode("\n ", $columns) ."\n";
- }
- $output .= "\n";
+ $output .= "\n";
+ }
return $output;
}
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.