From 56458cc14f27dc67b28a3f4707674afd29b318b7 Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 20 Oct 2014 16:41:45 +0800 Subject: [PATCH] UpdateCurrencyRate.php --- UpdateCurrencyRate.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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', -- 2.39.2