From: Edward Date: Mon, 20 Oct 2014 08:48:26 +0000 (+0800) Subject: UpdateCurrencyRate.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=fffef49de58bede3581868cce87a8c80f92c81b9 UpdateCurrencyRate.php --- diff --git a/UpdateCurrencyRate.php b/UpdateCurrencyRate.php index be9eaa5b..04b63b04 100644 --- a/UpdateCurrencyRate.php +++ b/UpdateCurrencyRate.php @@ -106,6 +106,7 @@ class Pman_Core_UpdateCurrencyRate extends Pman )); (empty($o)) ? $curr->insert() : $curr->update($o); + print_R($curr);exit; $this->jok("DONE"); }