UpdateCurrencyRate.php
authorEdward <edward@roojs.com>
Mon, 20 Oct 2014 08:14:37 +0000 (16:14 +0800)
committerEdward <edward@roojs.com>
Mon, 20 Oct 2014 08:14:37 +0000 (16:14 +0800)
UpdateCurrencyRate.php

index 1257b28..6d5b659 100644 (file)
@@ -82,7 +82,7 @@ class Pman_Core_UpdateCurrencyRate extends Pman
         
         $elements = $xpath->query("//td[@id='content_section']/table/tr[last()]/td/table");
         
-        print_r($elements);exit;
+        print_r($elements->item(0));exit;
         
     }