Author: mcantelon
Date: Mon Feb 27 15:25:24 2012
New Revision: 10991

Log:
Fixed minor issue.

Modified:
   trunk/lib/QubitFlatfileImport.class.php

Modified: trunk/lib/QubitFlatfileImport.class.php
==============================================================================
--- trunk/lib/QubitFlatfileImport.class.php     Mon Feb 27 12:02:32 2012        
(r10990)
+++ trunk/lib/QubitFlatfileImport.class.php     Mon Feb 27 15:25:24 2012        
(r10991)
@@ -468,7 +468,10 @@
       }
     }
 
-    $this->stopTimer();
+    if ($timerStarted)
+    {
+      $this->stopTimer();
+    }
 
     // add ability to define cleanup, etc. logic
     $this->executeClosurePropertyIfSet('completeLogic');

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