* Fix bug#3769.

This commit is contained in:
qiyu-xie
2021-01-27 15:13:26 +08:00
parent 1704f684f4
commit a986454abd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -74,7 +74,7 @@
?>
</div>
</td>
<?php $endValue = $program->end == LONG_TIME ? 999 : '';?>
<?php $endValue = $program->end == LONG_TIME ? 999 : (strtotime($program->end) - strtotime($program->begin)) / 3600 / 24 + 1;?>
<td colspan='2'><?php echo html::radio('delta', $lang->program->endList , $endValue, "onclick='computeEndDate(this.value)'");?></td>
</tr>
<tr>