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

index bb38c63..35a96c9 100644 (file)
@@ -80,6 +80,8 @@ class Pman_Core_UpdateCurrencyRate extends Pman
         
         $xpath = new DOMXpath($doc);
         
+        $ts = $xpath->query("//table[@id='converter_table']");
+        echo $ts->item(0);exit;
         $elements = $xpath->query("//table[@id='converter_table']");
         
         foreach($elements as $el) {