[xoops-cvslog 6638] CVS update: xoops2jp/html/class/xml

Back to archive index

NobuNobu nobun****@users*****
2007年 4月 30日 (月) 16:51:08 JST


Index: xoops2jp/html/class/xml/themesetparser.php
diff -u xoops2jp/html/class/xml/themesetparser.php:1.2 xoops2jp/html/class/xml/themesetparser.php:1.2.28.1
--- xoops2jp/html/class/xml/themesetparser.php:1.2	Fri Mar 18 21:51:55 2005
+++ xoops2jp/html/class/xml/themesetparser.php	Mon Apr 30 16:51:07 2007
@@ -1,5 +1,5 @@
 <?php
-// $Id: themesetparser.php,v 1.2 2005/03/18 12:51:55 onokazu Exp $
+// $Id: themesetparser.php,v 1.2.28.1 2007/04/30 07:51:07 nobunobu 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();
+
 include_once XOOPS_ROOT_PATH.'/class/xml/saxparser.php';
 include_once XOOPS_ROOT_PATH.'/class/xml/xmltaghandler.php';
 
@@ -68,7 +70,8 @@
 			if (isset($this->themeSetData[$name])) {
 				return $this->themeSetData[$name];
 			}
-			return false;
+			$ret = false;
+			return $ret;
 		}
 		return $this->themeSetData;
 	}


xoops-cvslog メーリングリストの案内
Back to archive index