summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorJannik Winkel <jannik.winkel@kiney.de>2016-07-03 20:53:15 +0200
committerJannik Winkel <jannik.winkel@kiney.de>2016-07-03 20:53:15 +0200
commit2f109022f7288ee797648089ab3038d51748da50 (patch)
treeb53951d7633be2dad298896e1df9777740e42c78 /app
parent7209b1ea7c8a174f616355a55238aa12c9c86246 (diff)
Fixed "due today" highlighting
Diffstat (limited to 'app')
-rw-r--r--app/Template/board/task_footer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/board/task_footer.php b/app/Template/board/task_footer.php
index dbe775d5..bc34363c 100644
--- a/app/Template/board/task_footer.php
+++ b/app/Template/board/task_footer.php
@@ -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">