mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 16:22:41 +09:00
Merge pull request #1193 from conory/pr/select-limit
select 쿼리에 list_count=0 파라미터 전달시 LIMIT 해제
This commit is contained in:
commit
5fb1352333
2 changed files with 15 additions and 15 deletions
|
|
@ -602,7 +602,7 @@ class documentAdminController extends document
|
|||
function deleteModuleDocument($module_srl)
|
||||
{
|
||||
$args = new stdClass;
|
||||
$args->page = 0;
|
||||
$args->list_count = 0;
|
||||
$args->module_srl = intval($module_srl);
|
||||
$document_list = executeQueryArray('document.getDocumentList', $args, array('document_srl'))->data;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue