UpdateCurrencyRate.php
authorEdward <edward@roojs.com>
Mon, 20 Oct 2014 07:15:33 +0000 (15:15 +0800)
committerEdward <edward@roojs.com>
Mon, 20 Oct 2014 07:15:33 +0000 (15:15 +0800)
UpdateCurrencyRate.php

index 09117ae..2cbc414 100644 (file)
@@ -39,7 +39,7 @@ class Pman_Core_UpdateCurrencyRate extends Pman
         $elements = $xpath->query("//select[@name='exch']/option");
         
         foreach($elements as $el) {
-            print_r($el);
+            print_r($el->getAttribute('value'));
             echo "\n";
         }
         exit;