mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 23:32:54 +09:00
add option to hide default options
This commit is contained in:
parent
8c2c7178ea
commit
f85acb1783
4 changed files with 17 additions and 2 deletions
|
|
@ -53,6 +53,7 @@ class PollModel extends Poll
|
|||
$poll->poll[$val->poll_index_srl]->title = $val->title;
|
||||
$poll->poll[$val->poll_index_srl]->checkcount = $val->checkcount;
|
||||
$poll->poll[$val->poll_index_srl]->poll_count = $val->poll_count;
|
||||
$poll->poll[$val->poll_index_srl]->hide = strpos($val->title, '[HIDE]') !== FALSE;
|
||||
}
|
||||
|
||||
$output = executeQueryArray('poll.getPollItem', $args);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue