최근 이미지 출력시 요청수*2로 되어 있던 코드 수정

git-svn-id: http://xe-core.googlecode.com/svn/trunk@2077 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-07-30 05:24:31 +00:00
parent f7e29bb654
commit c8f20c4ded

View file

@ -31,7 +31,7 @@
// 변수 정리
$obj->mid = $mid_list;
$obj->sort_index = $order_target;
$obj->list_count = $list_count*2;
$obj->list_count = $list_count;
// mid에 해당하는 module_srl을 구함
$oModuleModel = &getModel('module');