From 566986942618b5cd8cb382c2ceee7966c4fc7818 Mon Sep 17 00:00:00 2001 From: Manuel Weiser Date: Mon, 6 Aug 2018 08:32:10 +0200 Subject: [PATCH] Issue https://gitlab.fire-devils.org/ManuelW/monitor/issues/1 behoben. --- get.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/get.php b/get.php index b49ca21..bbe0789 100755 --- a/get.php +++ b/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] = ' -  Tageswechsel: '.get_date_long($row["zeit"]).' +  Tageswechsel: ' . get_date_long($row["zeit"]) . ' '; }