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

アーカイブの一覧に戻る

Minahito minah****@users*****
2007年 2月 19日 (月) 15:54:20 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.26.1
--- xoops2jp/html/class/xml/themesetparser.php:1.2	Fri Mar 18 21:51:55 2005
+++ xoops2jp/html/class/xml/themesetparser.php	Mon Feb 19 15:54:20 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.26.1 2007/02/19 06:54:20 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -68,7 +68,8 @@
 			if (isset($this->themeSetData[$name])) {
 				return $this->themeSetData[$name];
 			}
-			return false;
+			$ret = false;
+			return $ret;
 		}
 		return $this->themeSetData;
 	}


xoops-cvslog メーリングリストの案内
アーカイブの一覧に戻る