From 5e71bded3cf2df68b4ec716e1d787774cbca65eb Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 26 Mar 2013 16:16:59 +0800 Subject: [PATCH] I18n.php --- I18n.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/I18n.php b/I18n.php index d5a65d94..5ee9e571 100644 --- a/I18n.php +++ b/I18n.php @@ -284,6 +284,15 @@ class Pman_Core_I18n extends Pman return $this->rates[$to] * $base; } + /** + * load Rates - uses our base rates as default, + * if it can load rates from europe or a cache it will update them. + * otherwise it will alwasy return a rate. + * -- should not be used to do perfect rates. + * -- as it may fail... + * + * + */ var $rates = array(); function loadRates() { -- 2.39.2