UpdateCurrencyRate.php
[Pman.Core] / 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");
         }