mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
#171. 댓글에 설문조사 컴포넌트 삽입 되도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2603 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5516f7fec9
commit
7dce33e392
1 changed files with 1 additions and 4 deletions
|
|
@ -22,10 +22,7 @@
|
||||||
|
|
||||||
// upload_target_srl 구함
|
// upload_target_srl 구함
|
||||||
$upload_target_srl = $_SESSION['upload_info'][$editor_sequence]->upload_target_srl;
|
$upload_target_srl = $_SESSION['upload_info'][$editor_sequence]->upload_target_srl;
|
||||||
if(!$upload_target_srl) {
|
if(!$upload_target_srl) $upload_target_srl = getNextSequence();
|
||||||
$upload_target_srl = getNextSequence();
|
|
||||||
$this->setUploadInfo($editor_sequence, $upload_target_srl);
|
|
||||||
}
|
|
||||||
|
|
||||||
$stop_year = Context::get('stop_year');
|
$stop_year = Context::get('stop_year');
|
||||||
$stop_month = Context::get('stop_month');
|
$stop_month = Context::get('stop_month');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue