Minahito
minah****@users*****
2006年 4月 27日 (木) 19:26:21 JST
Index: xoops2jp/html/modules/user/class/PageNavigator.class.php diff -u xoops2jp/html/modules/user/class/PageNavigator.class.php:1.1.2.3 xoops2jp/html/modules/user/class/PageNavigator.class.php:1.1.2.4 --- xoops2jp/html/modules/user/class/PageNavigator.class.php:1.1.2.3 Tue Apr 11 18:17:07 2006 +++ xoops2jp/html/modules/user/class/PageNavigator.class.php Thu Apr 27 19:26:21 2006 @@ -23,11 +23,10 @@ $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;