mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 21:59:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1482 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a8af22d557
commit
5129945ad8
3 changed files with 86 additions and 49 deletions
|
|
@ -351,11 +351,9 @@
|
|||
function procImporterAdminSync() {
|
||||
// 게시물정보 싱크
|
||||
$output = executeQuery('importer.updateDocumentSync');
|
||||
if(!$output->toBool()) return $output;
|
||||
|
||||
// 댓글정보 싱크
|
||||
$output = executeQuery('importer.updateCommentSync');
|
||||
if(!$output->toBool()) return $output;
|
||||
|
||||
$this->setMessage('msg_sync_completed');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue