Minahito
minah****@users*****
2007年 3月 28日 (水) 14:44:03 JST
Index: xoops2jp/html/class/xml/rss/xmlrss2parser.php diff -u xoops2jp/html/class/xml/rss/xmlrss2parser.php:1.2.26.1 xoops2jp/html/class/xml/rss/xmlrss2parser.php:1.2.26.2 --- xoops2jp/html/class/xml/rss/xmlrss2parser.php:1.2.26.1 Mon Feb 19 15:54:45 2007 +++ xoops2jp/html/class/xml/rss/xmlrss2parser.php Wed Mar 28 14:44:02 2007 @@ -1,5 +1,5 @@ <?php -// $Id: xmlrss2parser.php,v 1.2.26.1 2007/02/19 06:54:45 minahito Exp $ +// $Id: xmlrss2parser.php,v 1.2.26.2 2007/03/28 05:44:02 minahito Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -29,6 +29,8 @@ // Project: The XOOPS Project // // ------------------------------------------------------------------------- // +if (!defined('XOOPS_ROOT_PATH')) exit(); + require_once(XOOPS_ROOT_PATH.'/class/xml/saxparser.php'); require_once(XOOPS_ROOT_PATH.'/class/xml/xmltaghandler.php');