[xoops-cvslog 2397] CVS update: xoops2jp/html/class/smarty/plugins

Back to archive index

Minahito minah****@users*****
2006年 3月 15日 (水) 19:19:50 JST


Index: xoops2jp/html/class/smarty/plugins/function.xoops_input.php
diff -u xoops2jp/html/class/smarty/plugins/function.xoops_input.php:1.1.2.5 xoops2jp/html/class/smarty/plugins/function.xoops_input.php:1.1.2.6
--- xoops2jp/html/class/smarty/plugins/function.xoops_input.php:1.1.2.5	Wed Mar 15 19:00:18 2006
+++ xoops2jp/html/class/smarty/plugins/function.xoops_input.php	Wed Mar 15 19:19:49 2006
@@ -26,7 +26,7 @@
 {
 	if(isset($params['name'])) {
 		$name = trim($params['name']);
-		$key = isset($params['key']) ? trim($params['name']) : null;
+		$key = isset($params['key']) ? trim($params['key']) : null;
 		$type = isset($params['type']) ? strtolower(trim($params['type'])) : "text";
 		$class = isset($params['class']) ? trim($params['class']) : null;
 		$size = isset($params['size']) ? intval($params['size']) : null;


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