mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
issue 160 sort problem fixed
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9350 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3f429d852a
commit
839f5b53ba
1 changed files with 0 additions and 5 deletions
|
|
@ -585,11 +585,6 @@
|
|||
$args->sort_index = $opt->sort_index;
|
||||
$args->order_type = $opt->order_type;
|
||||
|
||||
// 검색 옵션 정리
|
||||
$searchOpt->search_target = $opt->search_target;
|
||||
$searchOpt->search_keyword = $opt->search_keyword;
|
||||
$this->_setSearchOption($searchOpt, $args, $query_id, $use_division);
|
||||
|
||||
// Guhanhu total number of the article search page
|
||||
$output = executeQuery('document.getDocumentPage', $args);
|
||||
$count = $output->data->count;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue