설문조사가 등록되지 않는 문제 수정함

소스 검토 요망

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2594 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
k10206 2007-09-14 13:49:40 +00:00
parent f4fcfa8478
commit f5e896f324

View file

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