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

Back to archive index

NobuNobu nobun****@users*****
2006年 2月 6日 (月) 14:21:08 JST


Index: xoops2jp/html/kernel/configitem.php
diff -u xoops2jp/html/kernel/configitem.php:1.2.8.2 xoops2jp/html/kernel/configitem.php:1.2.8.3
--- xoops2jp/html/kernel/configitem.php:1.2.8.2	Sat Feb  4 06:06:18 2006
+++ xoops2jp/html/kernel/configitem.php	Mon Feb  6 14:21:07 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: configitem.php,v 1.2.8.2 2006/02/03 21:06:18 ryuji_amano Exp $
+// $Id: configitem.php,v 1.2.8.3 2006/02/06 05:21:07 nobunobu Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -99,6 +99,7 @@
             break;
         case 'array':
             $ret = unserialize($this->getVar('conf_value', 'N'));
+			break;
         case 'float':
             $value = $this->getVar('conf_value', 'N');
             $ret = floatval($value);


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