onokazu
onoka****@users*****
2005年 8月 3日 (水) 21:39:16 JST
Index: xoops2jp/html/modules/system/admin/modulesadmin/main.php diff -u xoops2jp/html/modules/system/admin/modulesadmin/main.php:1.3 xoops2jp/html/modules/system/admin/modulesadmin/main.php:1.4 --- xoops2jp/html/modules/system/admin/modulesadmin/main.php:1.3 Sat Jun 11 11:32:52 2005 +++ xoops2jp/html/modules/system/admin/modulesadmin/main.php Wed Aug 3 21:39:16 2005 @@ -1,5 +1,5 @@ <?php -// $Id: main.php,v 1.3 2005/06/11 02:32:52 onokazu Exp $ +// $Id: main.php,v 1.4 2005/08/03 12:39:16 onokazu Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // Index: xoops2jp/html/modules/system/admin/modulesadmin/modulesadmin.php diff -u xoops2jp/html/modules/system/admin/modulesadmin/modulesadmin.php:1.3 xoops2jp/html/modules/system/admin/modulesadmin/modulesadmin.php:1.4 --- xoops2jp/html/modules/system/admin/modulesadmin/modulesadmin.php:1.3 Sat Jun 11 11:32:52 2005 +++ xoops2jp/html/modules/system/admin/modulesadmin/modulesadmin.php Wed Aug 3 21:39:16 2005 @@ -1,5 +1,5 @@ <?php -// $Id: modulesadmin.php,v 1.3 2005/06/11 02:32:52 onokazu Exp $ +// $Id: modulesadmin.php,v 1.4 2005/08/03 12:39:16 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']);