mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 07:12:15 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@742 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e71e466612
commit
85c958c8b1
7 changed files with 20 additions and 16 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue