#17044128 컨텐츠 위젯을 게시글로 저장하도록 하여 용량 제한 없게 하고 검색에서 노출될 수 있또록 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5116 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-12-18 05:49:45 +00:00
parent 471aba08e2
commit 83e02e05c4
11 changed files with 385 additions and 75 deletions

View file

@ -338,10 +338,14 @@
$oDocumentController->updateTrackbackCount($obj->document_srl, $success_count);
}
}
$copied_srls[$document_srl] = $obj->document_srl;
}
$oDB->commit();
return new Object();
$output = new Object();
$output->add('copied_srls', $copied_srls);
return $output;
}
/**