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

index 7b1491c..a126f4d 100644 (file)
@@ -80,7 +80,7 @@ class Pman_Core_UpdateCurrencyRate extends Pman
         
         $xpath = new DOMXpath($doc);
         
-        $elements = $xpath->query("//select[@name='exch']/option");
+        $elements = $xpath->query("//table[@id='converter_table']/table");
     }
     
     function curl($url, $request = array(), $method = 'GET')