mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
#18649172 ttxml importer 미발행상태 적용(textyle)
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7248 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e6ea10f0b0
commit
f8449745e2
1 changed files with 8 additions and 0 deletions
|
|
@ -117,6 +117,7 @@
|
|||
|
||||
$author_xml_id = $xmlDoc->post->author->body;
|
||||
|
||||
|
||||
if($xmlDoc->post->category->body) {
|
||||
$tmp_arr = explode('/',$xmlDoc->post->category->body);
|
||||
$category = trim($tmp_arr[count($tmp_arr)-1]);
|
||||
|
|
@ -218,6 +219,13 @@
|
|||
}
|
||||
}
|
||||
|
||||
if($module_name =='textyle'){
|
||||
// 발행이 아닌 것들은 저장상태로
|
||||
if($xmlDoc->post->visibility->body != 'syndicated'){
|
||||
$obj->module_srl = $member_info->member_srl;
|
||||
}
|
||||
}
|
||||
|
||||
// 문서 입력
|
||||
$output = executeQuery('document.insertDocument', $obj);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue