Fehlerbereinigung #1
4
get.php
4
get.php
@ -127,9 +127,9 @@ else { //if( $show_filter != 1 ) {
|
||||
$tageswechsel = get_timestamp(str_replace("-","",date_dbformat($lastday))."000000");
|
||||
|
||||
//$nextday = '
|
||||
$show[$tageswechsel] .= '
|
||||
$show[$tageswechsel] = '
|
||||
<tr>
|
||||
<td colspan="5" bgcolor="black"><span style="color:white;font-size:16px;font-weight:bold"> Tageswechsel: '.get_date_long($row["zeit"]).'</span></td>
|
||||
<td colspan="5" bgcolor="black"><span style="color:white;font-size:16px;font-weight:bold"> Tageswechsel: ' . get_date_long($row["zeit"]) . '</span></td>
|
||||
</tr>
|
||||
';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user