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 '