Author: mcantelon
Date: Mon Jan  2 14:39:46 2012
New Revision: 10519

Log:
Fixed Coding standards issue.

Modified:
   trunk/lib/task/csvImportTask.class.php

Modified: trunk/lib/task/csvImportTask.class.php
==============================================================================
--- trunk/lib/task/csvImportTask.class.php      Mon Jan  2 14:09:16 2012        
(r10518)
+++ trunk/lib/task/csvImportTask.class.php      Mon Jan  2 14:39:46 2012        
(r10519)
@@ -72,9 +72,11 @@
       QubitTaxonomy::NOTE_TYPE_ID      => 'noteTypes',
       QubitTaxonomy::RAD_TITLE_NOTE_ID => 'titleNoteTypes'
     );
-    foreach($noteTaxonomies as $taxonomyId => $varName) {
+    foreach($noteTaxonomies as $taxonomyId => $varName)
+    {
       $$varName = array();
-      foreach(QubitFlatfileImport::getTaxonomyTerms($taxonomyId) as $termId => 
$term) {
+      foreach(QubitFlatfileImport::getTaxonomyTerms($taxonomyId) as $termId => 
$term)
+      {
         ${$varName}[$termId] = $term->name;
       }
     }

-- 
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.

Reply via email to