mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Merge pull request #1500 from sejin7940/poll_stop_date
설문 마감날짜를 설정한 날짜 24시까지로 변경
This commit is contained in:
commit
c3250bb7a2
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