SimpleExcel.php
[Pman.Core] / UpdateCurrencyRate.php
index a418cd5..0c0fe04 100644 (file)
@@ -31,7 +31,7 @@ class Pman_Core_UpdateCurrencyRate extends Pman
         die("NOT ALLOWED");
     }
     
-    function get($args, $opts)
+    function get($args, $opts=array())
     {   
         
         //DB_DataObject::DebugLevel(1);
@@ -40,15 +40,11 @@ class Pman_Core_UpdateCurrencyRate extends Pman
         
         $hkd = $d->convert(1,'USD','HKD');
         
-        echo "1 USD is ~ $hkd HKD (should be aobut 7.8)\n ";
+        echo "1 USD is ~ $hkd HKD (should be about 7.75)\n ";
         
         die("done");
         
-        
-        
-        
-        
-        
+         
         
     }
     function oldversion()