From: Edward Date: Mon, 20 Oct 2014 07:55:13 +0000 (+0800) Subject: UpdateCurrencyRate.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=d7880a96be0369ba52c16c2de049fa8995fc433d UpdateCurrencyRate.php --- diff --git a/UpdateCurrencyRate.php b/UpdateCurrencyRate.php index d59fa091..74ccb945 100644 --- a/UpdateCurrencyRate.php +++ b/UpdateCurrencyRate.php @@ -86,7 +86,7 @@ class Pman_Core_UpdateCurrencyRate extends Pman $rate = str_getcsv($elements->item(0)->nodeValue); - print_r($rate);exit; + print_r($rate,',');exit; }