mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-19 19:29:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1459 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
82e629553e
commit
7d23749ee7
14 changed files with 100 additions and 35 deletions
|
|
@ -340,5 +340,20 @@
|
|||
$this->imported_count ++;
|
||||
return '';
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief 회원정보와 게시물 정보를 싱크
|
||||
**/
|
||||
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