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@1026 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d4bef08607
commit
f1027b7d9c
7 changed files with 110 additions and 0 deletions
|
|
@ -59,6 +59,7 @@
|
|||
$poll->stop_date = $output->data->stop_date;
|
||||
|
||||
$output = executeQuery('poll.getPollTitle', $args);
|
||||
if(!$output->data) return;
|
||||
if(!is_array($output->data)) $output->data = array($output->data);
|
||||
foreach($output->data as $key => $val) {
|
||||
$poll->poll[$val->poll_index_srl]->title = $val->title;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue