UpdateCurrencyRate.php
authorEdward <edward@roojs.com>
Mon, 20 Oct 2014 07:55:13 +0000 (15:55 +0800)
committerEdward <edward@roojs.com>
Mon, 20 Oct 2014 07:55:13 +0000 (15:55 +0800)
UpdateCurrencyRate.php

index d59fa09..74ccb94 100644 (file)
@@ -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;
         
     }