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@2776 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
06494b5ae5
commit
a3449e1579
1 changed files with 2 additions and 0 deletions
|
|
@ -112,6 +112,7 @@
|
|||
}
|
||||
|
||||
// 작성자의 정보를 로그로 남김
|
||||
/*
|
||||
$log_args->poll_srl = $poll_srl;
|
||||
$log_args->member_srl = $member_srl;
|
||||
$output = executeQuery('poll.insertPollLog', $log_args);
|
||||
|
|
@ -119,6 +120,7 @@
|
|||
$oDB->rollback();
|
||||
return $output;
|
||||
}
|
||||
*/
|
||||
|
||||
$oDB->commit();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue