[xoops-cvslog 250] CVS update: xoops2jp/html/modules/system/admin/modulesadmin

Back to archive index

onokazu onoka****@users*****
2005年 7月 18日 (月) 17:35:55 JST


Index: xoops2jp/html/modules/system/admin/modulesadmin/modulesadmin.php
diff -u xoops2jp/html/modules/system/admin/modulesadmin/modulesadmin.php:1.2.6.4 xoops2jp/html/modules/system/admin/modulesadmin/modulesadmin.php:1.2.6.4.2.1
--- xoops2jp/html/modules/system/admin/modulesadmin/modulesadmin.php:1.2.6.4	Tue May 31 14:03:47 2005
+++ xoops2jp/html/modules/system/admin/modulesadmin/modulesadmin.php	Mon Jul 18 17:35:54 2005
@@ -1,5 +1,5 @@
 <?php
-// $Id: modulesadmin.php,v 1.2.6.4 2005/05/31 05:03:47 onokazu Exp $
+// $Id: modulesadmin.php,v 1.2.6.4.2.1 2005/07/18 08:35:54 onokazu Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -293,7 +293,7 @@
                         if ((isset($block['template']) && trim($block['template']) != '')) {
                             $content =& xoops_module_gettemplate($dirname, $block['template'], true);
                         }
-                        if (!$content) {
+                        if (!isset($content)) {
                             $content = '';
                         } else {
                             $template = trim($block['template']);


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