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

index 7e3e5fa..442ea35 100644 (file)
@@ -81,7 +81,7 @@ class Pman_Core_UpdateCurrencyRate extends Pman
         $xpath = new DOMXpath($doc);
         
         $ts = $xpath->query("//table[@id='converter_table']");
-        print_R($ts->item(0)) ;exit;
+        
         $elements = $xpath->query("//table[@id='converter_table']");
         
         foreach($elements as $el) {