From 20ddd8114b223825de9403bbc8ce57e869dea82c Mon Sep 17 00:00:00 2001 From: Kim Huebel Date: Wed, 2 Sep 2020 21:04:03 +0200 Subject: [PATCH] removed php-warnings on LoTW-Import... If selected date is today or date in future, php notices appear and these iritates users. This patch removes the warnings on unset variables and puts out a clear message to check selected date. --- application/views/lotw/analysis.php | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/application/views/lotw/analysis.php b/application/views/lotw/analysis.php index dcb3e82c0..fbd7dea6a 100644 --- a/application/views/lotw/analysis.php +++ b/application/views/lotw/analysis.php @@ -1,7 +1,13 @@

- - + +