Author: mcantelon
Date: Tue Jan 17 16:23:09 2012
New Revision: 10706
Log:
Tiny coding standards fix.
Modified:
trunk/lib/QubitFlatfileImport.class.php
Modified: trunk/lib/QubitFlatfileImport.class.php
==============================================================================
--- trunk/lib/QubitFlatfileImport.class.php Tue Jan 17 15:39:30 2012
(r10705)
+++ trunk/lib/QubitFlatfileImport.class.php Tue Jan 17 16:23:09 2012
(r10706)
@@ -412,7 +412,8 @@
*/
public function mappedColumnHandler($mapDefinition, $value)
{
- if (isset($this->object) && is_object($this->object)) {
+ if (isset($this->object) && is_object($this->object))
+ {
if (is_array($mapDefinition))
{
// tranform value is logic provided to do so
--
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.