From 9cfb8edc3be5107060568dfe7d0ee26c942a7b7a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 26 Mar 2013 16:20:24 +0800 Subject: [PATCH] I18n.php --- I18n.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/I18n.php b/I18n.php index d2e7d353..aee7af22 100644 --- a/I18n.php +++ b/I18n.php @@ -304,12 +304,13 @@ class Pman_Core_I18n extends Pman $this->rates['EUR'] = 1.0; $this->rates['TWD'] = 46.7008412; $this->rates['VND'] = 26405.3; - $this->rates['RMB'] = $this->rates['CNY'] ; + foreach($dom->Cube->Cube->Cube as $c) { //echo '
';print_r($c );
             $this->rates[(string)$c['currency']] = (string)$c['rate'];
         }
+        $this->rates['RMB'] = $this->rates['CNY'] ;
         // now try loading from latest..
         $target = ini_get('session.save_path').'/eurofxref-daily.xml';
         
-- 
2.39.2