UpdateCurrencyRate.php
authorEdward <edward@roojs.com>
Mon, 20 Oct 2014 08:50:00 +0000 (16:50 +0800)
committerEdward <edward@roojs.com>
Mon, 20 Oct 2014 08:50:00 +0000 (16:50 +0800)
UpdateCurrencyRate.php

index a5e2c7a..04b63b0 100644 (file)
@@ -104,9 +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);
-            
+            print_R($curr);exit;
             $this->jok("DONE");
         }