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

index e5e89c1..dc7d373 100644 (file)
@@ -57,8 +57,8 @@ class Pman_Core_UpdateCurrencyRate extends Pman
         
         $fromDate = date('m/d/y', strtotime("-6 MONTH"));
         $toDate = date('m/d/y');
-        
-        foreach ($currency as $c){
+        print_R($currency);exit;
+        foreach ($currency as $k => $c){
             $params = array(
                 'lang'          => 'en',
                 'result'        => 1,