#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:
ngleader 2010-01-27 07:14:29 +00:00
parent e6ea10f0b0
commit f8449745e2

View file

@ -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);