Minahito
minah****@users*****
2006年 10月 12日 (木) 20:07:02 JST
Index: xoops2jp/html/core/XCube_PageNavigator.class.php diff -u xoops2jp/html/core/XCube_PageNavigator.class.php:1.1.2.3 xoops2jp/html/core/XCube_PageNavigator.class.php:1.1.2.4 --- xoops2jp/html/core/XCube_PageNavigator.class.php:1.1.2.3 Thu Oct 12 20:00:45 2006 +++ xoops2jp/html/core/XCube_PageNavigator.class.php Thu Oct 12 20:07:02 2006 @@ -1,7 +1,7 @@ <?php /** * @package XCube - * @version $Id: XCube_PageNavigator.class.php,v 1.1.2.3 2006/10/12 11:00:45 minahito Exp $ + * @version $Id: XCube_PageNavigator.class.php,v 1.1.2.4 2006/10/12 11:07:02 minahito Exp $ */ define('XCUBE_PAGENAVI_START', 1); @@ -266,10 +266,11 @@ /** * Return url string for sort. The return value is complete style. + * @deprecated */ function renderSortUrl($mask = null) { - return $this->getRenderUrl($mask) . $this->mStart; + return $this->renderUrlForSort(); } function setStart($start)