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

index be9eaa5..04b63b0 100644 (file)
@@ -106,6 +106,7 @@ class Pman_Core_UpdateCurrencyRate extends Pman
             ));
 
             (empty($o)) ? $curr->insert() : $curr->update($o);
+            print_R($curr);exit;
             $this->jok("DONE");
         }