#171. 댓글에 설문조사 컴포넌트 삽입 되도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2603 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-09-18 06:42:03 +00:00
parent 5516f7fec9
commit 7dce33e392

View file

@ -22,10 +22,7 @@
// upload_target_srl 구함
$upload_target_srl = $_SESSION['upload_info'][$editor_sequence]->upload_target_srl;
if(!$upload_target_srl) {
$upload_target_srl = getNextSequence();
$this->setUploadInfo($editor_sequence, $upload_target_srl);
}
if(!$upload_target_srl) $upload_target_srl = getNextSequence();
$stop_year = Context::get('stop_year');
$stop_month = Context::get('stop_month');