git-svn-id: http://xe-core.googlecode.com/svn/trunk@992 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-06 04:32:53 +00:00
parent 3e493a87d8
commit 40af26169c

View file

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