#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:
haneul 2009-01-02 13:20:19 +00:00
parent 816c6f45ce
commit 3a5ba66dd9

View file

@ -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) {