From edcd96715ec4588fedf76fe7412a7aaba6b2eb55 Mon Sep 17 00:00:00 2001 From: mcguirepr89 Date: Mon, 24 Jan 2022 11:36:38 -0500 Subject: [PATCH] adding chart-check to viewday.php --- scripts/viewday.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/scripts/viewday.php b/scripts/viewday.php index 4b4cd2d..c79eaf1 100644 --- a/scripts/viewday.php +++ b/scripts/viewday.php @@ -1,6 +1,7 @@ select_db('birds'); @@ -64,7 +65,13 @@ table,th,td { - +"; +} else { + echo "

No Detections For Today

"; +} +?>