Minahito
minah****@users*****
2006年 10月 16日 (月) 15:48:19 JST
Index: xoops2jp/html/modules/legacyRender/admin/forms/TplfileFilterForm.class.php diff -u xoops2jp/html/modules/legacyRender/admin/forms/TplfileFilterForm.class.php:1.1.2.8.2.3 xoops2jp/html/modules/legacyRender/admin/forms/TplfileFilterForm.class.php:1.1.2.8.2.4 --- xoops2jp/html/modules/legacyRender/admin/forms/TplfileFilterForm.class.php:1.1.2.8.2.3 Mon Oct 16 15:16:39 2006 +++ xoops2jp/html/modules/legacyRender/admin/forms/TplfileFilterForm.class.php Mon Oct 16 15:48:19 2006 @@ -15,12 +15,11 @@ define('TPLFILE_SORT_KEY_TPL_TYPE', 9); define('TPLFILE_SORT_KEY_MAXVALUE', 9); -define('TPLFILE_SORT_KEY_DEFAULT', TPLFILE_SORT_KEY_TPL_ID); +define('TPLFILE_SORT_KEY_DEFAULT', TPLFILE_SORT_KEY_TPL_FILE); class LegacyRender_TplfileFilterForm extends LegacyRender_AbstractFilterForm { var $mSortKeys = array( - TPLFILE_SORT_KEY_DEFAULT => 'tpl_id', TPLFILE_SORT_KEY_TPL_ID => 'tpl_id', TPLFILE_SORT_KEY_TPL_REFID => 'tpl_refid', TPLFILE_SORT_KEY_TPL_MODULE => 'tpl_module', @@ -35,6 +34,11 @@ var $mTplset = null; var $mModule = null; + function getDefaultSortKey() + { + return TPLFILE_SORT_KEY_DEFAULT; + } + function fetch() { parent::fetch();