mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 04:39:55 +09:00
Update poll.model.php
This commit is contained in:
parent
404c894a9a
commit
6bae73bb09
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ class pollModel extends poll
|
|||
|
||||
$poll->poll_srl = $poll_srl;
|
||||
// Only ongoing poll results
|
||||
if($poll->stop_date > date("Ymd"))
|
||||
if($poll->stop_date >= date("Ymd"))
|
||||
{
|
||||
if($this->isPolled($poll_srl)) $tpl_file = "result";
|
||||
else $tpl_file = "form";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue