Fixed "due today" highlighting

This commit is contained in:
Jannik Winkel 2016-07-03 20:53:15 +02:00
parent 7209b1ea7c
commit 2f109022f7
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
<?php endif ?>
<?php if (! empty($task['date_due'])): ?>
<?php if (date('d') == date('d', $task['date_due'])): ?>
<?php if (date('Y-m-d') == date('Y-m-d', $task['date_due'])): ?>
<span class="task-board-date task-board-date-today">
<?php elseif (time() > $task['date_due']): ?>
<span class="task-board-date task-board-date-overdue">