mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
설문조사가 등록되지 않는 문제 수정함
소스 검토 요망 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2594 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f4fcfa8478
commit
f5e896f324
1 changed files with 9 additions and 1 deletions
|
|
@ -17,7 +17,15 @@
|
|||
* @brief 팝업창에서 설문 작성 완료후 저장을 누를때 설문 등록
|
||||
**/
|
||||
function procInsert() {
|
||||
$upload_target_srl = Context::get('upload_target_srl');
|
||||
// 기본적으로 필요한 변수 설정
|
||||
$editor_sequence = Context::get('editor_sequence');
|
||||
|
||||
// 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);
|
||||
}
|
||||
|
||||
$stop_year = Context::get('stop_year');
|
||||
$stop_month = Context::get('stop_month');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue