mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@992 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3e493a87d8
commit
40af26169c
1 changed files with 5 additions and 4 deletions
|
|
@ -52,11 +52,12 @@
|
|||
|
||||
if(!count($args)) return new Object(-1, 'cmd_null_item');
|
||||
|
||||
$poll_srl = getNextSequence();
|
||||
// poll module을 이용해서 DB 에 입력
|
||||
$oPollController = &getController('poll');
|
||||
$output = $oPollController->insertPolls($args);
|
||||
if(!$output->toBool()) return $output;
|
||||
|
||||
// DB 에 입력
|
||||
|
||||
$this->add('poll_srl', $poll_srl);
|
||||
$this->add('poll_srl', $output->get('poll_srl'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue