[xoops-cvslog 4051] CVS update: xoops2jp/html/kernel

Back to archive index

Minahito minah****@users*****
2006年 8月 9日 (水) 18:34:52 JST


Index: xoops2jp/html/kernel/module.php
diff -u xoops2jp/html/kernel/module.php:1.2.8.13 xoops2jp/html/kernel/module.php:1.2.8.14
--- xoops2jp/html/kernel/module.php:1.2.8.13	Thu Jul 20 17:18:39 2006
+++ xoops2jp/html/kernel/module.php	Wed Aug  9 18:34:51 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: module.php,v 1.2.8.13 2006/07/20 08:18:39 minahito Exp $
+// $Id: module.php,v 1.2.8.14 2006/08/09 09:34:51 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -262,7 +262,7 @@
 	function hasHelp()
 	{
 		$info =& $this->getInfo();
-		if (isset($info['help']) && strlen($info['help']) > 0) {
+		if (isset($info['cube_style']) && $info['cube_style'] != false && isset($info['help']) && strlen($info['help']) > 0) {
 			return true;
 		}
 		


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