From: Edward Date: Mon, 20 Oct 2014 08:11:42 +0000 (+0800) Subject: UpdateCurrencyRate.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=b5c5581994abd297ba638858ef04f5b6d2787c7e;hp=06810057c260814b6d2f44d440ffbc22e5dba0f0;p=Pman.Core UpdateCurrencyRate.php --- diff --git a/UpdateCurrencyRate.php b/UpdateCurrencyRate.php index 8bce04c5..f2af69d6 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("/table/tr", $ts->item(0)); + $elements = $xpath->query("table/tr", $ts->item(0)); print_r($elements);exit;