From d49b95138ac28bd137be54b39b7373b2dc2fec3e Mon Sep 17 00:00:00 2001 From: zero Date: Wed, 18 Mar 2009 09:41:36 +0000 Subject: [PATCH] =?UTF-8?q?r5905=20=EC=97=90=EC=84=9C=20=EB=B0=9C=EC=83=9D?= =?UTF-8?q?=ED=95=9C=20=EC=BB=A8=ED=85=90=ED=8A=B8=20=EC=9C=84=EC=A0=AF?= =?UTF-8?q?=EC=9D=98=20php=20syntax=20=EC=98=A4=EB=A5=98=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5906 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- widgets/content/content.class.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/widgets/content/content.class.php b/widgets/content/content.class.php index 345fb29be..e9be12a52 100644 --- a/widgets/content/content.class.php +++ b/widgets/content/content.class.php @@ -415,11 +415,13 @@ if ($URL_parsed["query"] != '') $path .= "?".$URL_parsed["query"]; - // $buff = FileHandler::readFile('./widgets/content/conf/info.xml'); - // $buff = str_replace('','',$buff); + /* + $buff = FileHandler::readFile('./widgets/content/conf/info.xml'); + $buff = str_replace('','',$buff); - // $oXmlParser = new XmlParser(); - // $info_xml = $oXmlParser->parse($buff); + $oXmlParser = new XmlParser(); + $info_xml = $oXmlParser->parse($buff); + */ $oReqeust = new HTTP_Request($rss_url); $oReqeust->addHeader('Content-Type', 'application/xml');