From: Alan Knowles Date: Tue, 26 Mar 2013 08:16:59 +0000 (+0800) Subject: I18n.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=5e71bded3cf2df68b4ec716e1d787774cbca65eb I18n.php --- 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() {