mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-19 19:29:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1006 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
160e9f5a65
commit
779f84e82e
4 changed files with 30 additions and 24 deletions
|
|
@ -17,7 +17,7 @@
|
|||
* @brief 설문조사의 html데이터를 return
|
||||
* 설문조사에 응하였는지에 대한 체크를 한 후 결과를 return
|
||||
**/
|
||||
function getPollHtml($poll_srl) {
|
||||
function getPollHtml($poll_srl, $style = '') {
|
||||
|
||||
$args->poll_srl = $poll_srl;
|
||||
|
||||
|
|
@ -25,6 +25,7 @@
|
|||
$output = executeQuery('poll.getPoll', $args);
|
||||
if(!$output->data) return '';
|
||||
|
||||
$poll->style = $style;
|
||||
$poll->poll_count = (int)$output->data->poll_count;
|
||||
$poll->stop_date = $output->data->stop_date;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue