mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 20:29:57 +09:00
#19680644 Fix : Bug for displaying warning message, 'Call-time pass-by-reference has been deprecated'.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8285 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2a4b5d3472
commit
08a8d63441
1 changed files with 2 additions and 2 deletions
|
|
@ -207,7 +207,7 @@
|
|||
// 검색 옵션 정리
|
||||
$searchOpt->search_target = $obj->search_target;
|
||||
$searchOpt->search_keyword = $obj->search_keyword;
|
||||
$this->_setSearchOption($searchOpt, &$args, &$query_id, &$use_division);
|
||||
$this->_setSearchOption($searchOpt, $args, $query_id, $use_division);
|
||||
|
||||
/**
|
||||
* division은 list_order의 asc 정렬일때만 사용할 수 있음
|
||||
|
|
@ -550,7 +550,7 @@
|
|||
// 검색 옵션 정리
|
||||
$searchOpt->search_target = $opt->search_target;
|
||||
$searchOpt->search_keyword = $opt->search_keyword;
|
||||
$this->_setSearchOption($searchOpt, &$args, &$query_id, &$use_division);
|
||||
$this->_setSearchOption($searchOpt, $args, $query_id, $use_division);
|
||||
|
||||
// 전체 갯수를 구한후 해당 글의 페이지를 검색
|
||||
$output = executeQuery('document.getDocumentPage', $args);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue