I18n.php
authorAlan Knowles <alan@roojs.com>
Tue, 26 Mar 2013 08:16:59 +0000 (16:16 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 26 Mar 2013 08:16:59 +0000 (16:16 +0800)
I18n.php

index d5a65d9..5ee9e57 100644 (file)
--- 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()
     {