From: Edward Date: Mon, 20 Oct 2014 07:52:51 +0000 (+0800) Subject: UpdateCurrencyRate.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=09937fa67f5356a819619e2b19acf05218a28978 UpdateCurrencyRate.php --- diff --git a/UpdateCurrencyRate.php b/UpdateCurrencyRate.php index 5f38399f..8dac826f 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("./div", $ts->item(0)); + $elements = $xpath->query("table", $ts->item(0)); print_r($elements);