git-svn-id: http://xe-core.googlecode.com/svn/trunk@742 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-28 06:20:35 +00:00
parent e71e466612
commit 85c958c8b1
7 changed files with 20 additions and 16 deletions

View file

@ -136,6 +136,7 @@
* @brief 특정 글의 첨부파일을 다른 글로 이동
**/
function moveFile($source_srl, $target_module_srl, $target_srl) {
if($source_srl == $target_srl) return;
$oDB = &DB::getInstance();
$oFileModel = &getModel('file');