From 8802173f79e2164ebed419702604a1ea65fad740 Mon Sep 17 00:00:00 2001 From: mcguirepr89 Date: Wed, 25 May 2022 11:43:10 -0400 Subject: [PATCH] nevermind --- scripts/overview.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/overview.php b/scripts/overview.php index b93fd4f..66b5304 100644 --- a/scripts/overview.php +++ b/scripts/overview.php @@ -33,7 +33,7 @@ if(isset($_GET['ajax_detections']) && $_GET['ajax_detections'] == "true" && isse $_SESSION['images'] = []; } $iterations = 0; - //$lines; + $lines; // hopefully one of the 5 most recent detections has an image that is valid, we'll use that one as the most recent detection until the newer ones get their images created while($mostrecent = $result4->fetchArray(SQLITE3_ASSOC)) { $comname = preg_replace('/ /', '_', $mostrecent['Com_Name']);