Ryuji AMANO
ryuji_amano****@users*****
2006年 2月 4日 (土) 06:06:19 JST
Index: xoops2jp/html/kernel/configitem.php diff -u xoops2jp/html/kernel/configitem.php:1.2.8.1 xoops2jp/html/kernel/configitem.php:1.2.8.2 --- xoops2jp/html/kernel/configitem.php:1.2.8.1 Mon Jan 2 21:40:26 2006 +++ xoops2jp/html/kernel/configitem.php Sat Feb 4 06:06:18 2006 @@ -1,5 +1,5 @@ <?php -// $Id: configitem.php,v 1.2.8.1 2006/01/02 12:40:26 minahito Exp $ +// $Id: configitem.php,v 1.2.8.2 2006/02/03 21:06:18 ryuji_amano Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -105,6 +105,7 @@ break; case 'textarea': $ret = $this->getVar('conf_value'); + break; default: $ret = $this->getVar('conf_value', 'N'); break;