mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 21:59:55 +09:00
최근 이미지 출력시 요청수*2로 되어 있던 코드 수정
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2077 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f7e29bb654
commit
c8f20c4ded
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
||||||
// 변수 정리
|
// 변수 정리
|
||||||
$obj->mid = $mid_list;
|
$obj->mid = $mid_list;
|
||||||
$obj->sort_index = $order_target;
|
$obj->sort_index = $order_target;
|
||||||
$obj->list_count = $list_count*2;
|
$obj->list_count = $list_count;
|
||||||
|
|
||||||
// mid에 해당하는 module_srl을 구함
|
// mid에 해당하는 module_srl을 구함
|
||||||
$oModuleModel = &getModel('module');
|
$oModuleModel = &getModel('module');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue