This commit is contained in:
liyuchun
2021-09-18 08:37:12 +08:00
parent b977bd5eb8
commit f182feb33c

View File

@@ -368,7 +368,7 @@
</tr>
<tr>
<th><?php echo $lang->task->realStarted;?></th>
<td><?php echo $task->realStarted; ?> </td>
<td><?php echo helper::isZeroDate($task->realStarted) ? '' : $task->realStarted; ?> </td>
</tr>
<tr>
<th><?php echo $lang->task->deadline;?></th>