From eb785b60f14fdea94223be1a6d65d1f5a85f8666 Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Sat, 22 Jan 2022 18:59:58 -0500 Subject: [PATCH] Update overview.php --- scripts/overview.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/scripts/overview.php b/scripts/overview.php index b583760..e2912db 100644 --- a/scripts/overview.php +++ b/scripts/overview.php @@ -1,6 +1,7 @@ select_db('birds'); @@ -119,7 +120,13 @@ while($rows=$mostrecent ->fetch_assoc())
+";
+} else {
+ echo "No Detections For Today
"; +} +?>