From e204d17d969970488e2520ffda7c5d962a1722df Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Sun, 18 Dec 2011 21:05:48 +0000 Subject: [PATCH] order in todo list --- include/template/dashboard.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/template/dashboard.php b/include/template/dashboard.php index 647e820f1..81fc76d8b 100644 --- a/include/template/dashboard.php +++ b/include/template/dashboard.php @@ -36,11 +36,11 @@ if ( ! empty ($array) ) { foreach ($array as $row) { if ( $nb % 2 == 0 ) $odd='class="odd" '; else $odd='class="even" '; - if ( strcmp($today,$row['tl_date'])==0) { $odd.=' style="background-color:#FFEA00"';} + if ( strcmp($today,$row['str_tl_date'])==0) { $odd.=' style="background-color:#FFEA00"';} $nb++; echo ''. ''. - $row['tl_date']. + $row['str_tl_date']. ''. ''. ''.