This commit is contained in:
Manuel Weiser 2018-08-06 08:32:10 +02:00
parent fe155443e6
commit 5669869426

View File

@ -127,7 +127,7 @@ else { //if( $show_filter != 1 ) {
$tageswechsel = get_timestamp(str_replace("-","",date_dbformat($lastday))."000000"); $tageswechsel = get_timestamp(str_replace("-","",date_dbformat($lastday))."000000");
//$nextday = ' //$nextday = '
$show[$tageswechsel] .= ' $show[$tageswechsel] = '
<tr> <tr>
<td colspan="5" bgcolor="black"><span style="color:white;font-size:16px;font-weight:bold">&nbsp;Tageswechsel: ' . get_date_long($row["zeit"]) . '</span></td> <td colspan="5" bgcolor="black"><span style="color:white;font-size:16px;font-weight:bold">&nbsp;Tageswechsel: ' . get_date_long($row["zeit"]) . '</span></td>
</tr> </tr>