mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-23 04:12:18 +09:00
#17598380 : fixed the error due to missed comma
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5202 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
816c6f45ce
commit
3a5ba66dd9
1 changed files with 1 additions and 1 deletions
|
|
@ -593,7 +593,7 @@
|
|||
|
||||
$condition = $this->getCondition($output);
|
||||
|
||||
if($output->list_count && $output->page) return $this->_getNavigationData($table_list, $columns, ,$left_join, $condition, $output);
|
||||
if($output->list_count && $output->page) return $this->_getNavigationData($table_list, $columns, $left_join, $condition, $output);
|
||||
|
||||
// list_order, update_order 로 정렬시에 인덱스 사용을 위해 condition에 쿼리 추가
|
||||
if($output->order) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue