게시물 이동시 썸네일 생성이 안되던 문제를 근본적으로 해결. 썸네일 생성시 DB에서 데이터를 가져와서 처리하도록 변경. 부하가 클수 있겠지만 캐싱이 되기에 데이터의 안정성을 우선시 하도록 함

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2609 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-09-18 07:59:49 +00:00
parent 2c9656ff0a
commit f9647abc98
2 changed files with 12 additions and 9 deletions

View file

@ -40,6 +40,8 @@
* @brief 특정 게시물들의 소속 모듈 변경 (게시글 이동시에 사용)
**/
function moveDocumentModule($document_srl_list, $module_srl, $source_module_srl) {
if(!count($document_srl_list)) return;
$args->document_srls = implode(',',$document_srl_list);
$args->module_srl = $module_srl;