From: Edward Date: Mon, 20 Oct 2014 08:41:45 +0000 (+0800) Subject: UpdateCurrencyRate.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=56458cc14f27dc67b28a3f4707674afd29b318b7 UpdateCurrencyRate.php --- diff --git a/UpdateCurrencyRate.php b/UpdateCurrencyRate.php index 3a1ba090..fc37c1f9 100644 --- a/UpdateCurrencyRate.php +++ b/UpdateCurrencyRate.php @@ -29,9 +29,7 @@ class Pman_Core_UpdateCurrencyRate extends Pman } function get() - { - echo "obtain the currency lists... \n"; - + { $currency = array(); $response = $this->curl($this->actionUrl, array(), 'GET'); @@ -62,7 +60,7 @@ class Pman_Core_UpdateCurrencyRate extends Pman foreach ($currency as $k => $c){ - echo "\nProcessing Currency : $c ($k / $total)"; + echo "\nProcessing Currency : $c ($k / $total) \n"; $params = array( 'lang' => 'en',