DataObjects/Core_curr_rate.php
[Pman.Core] / UpdateCurrencyRate.php
index a5e2c7a..fc37c1f 100644 (file)
@@ -104,10 +104,9 @@ class Pman_Core_UpdateCurrencyRate extends Pman
                 'from'  => date('Y-m-d H:i:s', strtotime($fromDate)),
                 'to'    => date('Y-m-d H:i:s', strtotime($toDate))
             ));
-print_R($o);exit;
+
             (empty($o)) ? $curr->insert() : $curr->update($o);
             
-            $this->jok("DONE");
         }
         
         $this->jok("DONE");