Minahito
minah****@users*****
2006年 9月 27日 (水) 16:09:48 JST
Index: xoops2jp/html/modules/base/class/PageNavigator.class.php diff -u xoops2jp/html/modules/base/class/PageNavigator.class.php:1.1.2.2 xoops2jp/html/modules/base/class/PageNavigator.class.php:1.1.2.3 --- xoops2jp/html/modules/base/class/PageNavigator.class.php:1.1.2.2 Tue Mar 28 22:29:44 2006 +++ xoops2jp/html/modules/base/class/PageNavigator.class.php Wed Sep 27 16:09:47 2006 @@ -23,12 +23,12 @@ $ret = null; foreach ($this->mExtra as $key => $value) { + if (!isset($mask[$key])) { + $value = htmlspecialchars($value, ENT_QUOTES); + $ret .= "<input type=\"hidden\" name=\"${key}\" value=\"${value}\" />"; + } } - if (!isset($mask[$key])) { - $value = htmlspecialchars($value, ENT_QUOTES); - $ret .= "<input type=\"hidden\" name=\"${key}\" value=\"${value}\" />"; - } return $ret; }