Minahito
minah****@users*****
2006年 1月 12日 (木) 14:52:56 JST
Index: xoops2jp/html/class/smarty/plugins/function.xoops_token.php diff -u xoops2jp/html/class/smarty/plugins/function.xoops_token.php:1.1.2.2 xoops2jp/html/class/smarty/plugins/function.xoops_token.php:1.1.2.3 --- xoops2jp/html/class/smarty/plugins/function.xoops_token.php:1.1.2.2 Thu Jan 12 14:28:25 2006 +++ xoops2jp/html/class/smarty/plugins/function.xoops_token.php Thu Jan 12 14:52:56 2006 @@ -37,8 +37,6 @@ $tokenName = htmlspecialchars($tokenName, ENT_QUOTES); $tokenValue = htmlspecialchars($tokenValue, ENT_QUOTES); - $_SESSION['XCUBE_TOKEN'][$tokenName] = $tokenValue; - @printf('<input type="hidden" name="%s" value="%s" />', $tokenName, $tokenValue); } }