From: Edward Date: Mon, 20 Oct 2014 08:10:34 +0000 (+0800) Subject: UpdateCurrencyRate.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=b621eb45fbf68ee37353cb7ea086a455d75865c5 UpdateCurrencyRate.php --- diff --git a/UpdateCurrencyRate.php b/UpdateCurrencyRate.php index 0a4177c6..6bdbb8d9 100644 --- a/UpdateCurrencyRate.php +++ b/UpdateCurrencyRate.php @@ -82,7 +82,7 @@ class Pman_Core_UpdateCurrencyRate extends Pman $ts = $xpath->query("//td[@id='content_section']"); - $elements = $xpath->query("/tr[2]", $ts->item(0)); + $elements = $xpath->query("/tr", $ts->item(0)); print_r($elements);exit;