Minahito
minah****@users*****
2006年 10月 16日 (月) 15:16:17 JST
Index: xoops2jp/html/modules/legacyRender/admin/forms/TplfileSetFilterForm.class.php diff -u xoops2jp/html/modules/legacyRender/admin/forms/TplfileSetFilterForm.class.php:1.1.2.1.2.2 xoops2jp/html/modules/legacyRender/admin/forms/TplfileSetFilterForm.class.php:1.1.2.1.2.3 --- xoops2jp/html/modules/legacyRender/admin/forms/TplfileSetFilterForm.class.php:1.1.2.1.2.2 Thu Oct 12 22:56:57 2006 +++ xoops2jp/html/modules/legacyRender/admin/forms/TplfileSetFilterForm.class.php Mon Oct 16 15:16:17 2006 @@ -55,6 +55,8 @@ $this->mNavi->setPerpage(0); $this->mNavi->freezePerpage(); } + + $this->_mCriteria->addSort($this->getSort(), $this->getOrder()); } }