Minahito
minah****@users*****
2006年 2月 2日 (木) 17:45:28 JST
Index: xoops2jp/html/modules/user/forms/PageNavigator.class.php diff -u xoops2jp/html/modules/user/forms/PageNavigator.class.php:1.1.2.1 xoops2jp/html/modules/user/forms/PageNavigator.class.php:removed --- xoops2jp/html/modules/user/forms/PageNavigator.class.php:1.1.2.1 Thu Jan 26 20:14:04 2006 +++ xoops2jp/html/modules/user/forms/PageNavigator.class.php Thu Feb 2 17:45:28 2006 @@ -1,35 +0,0 @@ -<?php - -require_once XOOPS_ROOT_PATH . "/class/XCube_PageNavigator.class.php"; - -class User_PageNavigator extends XCube_PageNavigator -{ - function getRenderSortUrl() - { - return parent::renderSortUrl('sort'); - } - - function renderHidden($sort = null) - { - if ($mask == null) { - $mask = array(); - } - elseif (!is_array($mask)) { - $mask = array($mask); - } - - $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}\" />"; - } - - return $ret; - } -} - -?>