mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-02 16:37:15 +00:00
update
This commit is contained in:
@@ -64,7 +64,7 @@ if($database->CheckEditRes($aid)=="1"){
|
|||||||
</tr>
|
</tr>
|
||||||
<?php if($database->checkSurvey($arr['id'])){
|
<?php if($database->checkSurvey($arr['id'])){
|
||||||
$survey = $database->getSurvey($arr['id']);
|
$survey = $database->getSurvey($arr['id']);
|
||||||
if(!$database->checkVote($arr['id'], $session->uid) && $survey['ends'] > time()){
|
if(!$database->checkVote($arr['id'], $session->uid) && ($survey['ends'] > time() || $survey['ends'] == 0)){
|
||||||
?>
|
?>
|
||||||
<tr><td class="pcontent" colspan="2"><div><center>Survey: <?php echo $survey['title']; ?></center></div>
|
<tr><td class="pcontent" colspan="2"><div><center>Survey: <?php echo $survey['title']; ?></center></div>
|
||||||
<div class="clear dotted"></div><div class="text">
|
<div class="clear dotted"></div><div class="text">
|
||||||
|
|||||||
Reference in New Issue
Block a user