From aba67608754f7024d73cfed7b0265cd9c00081b9 Mon Sep 17 00:00:00 2001 From: ehpersonal38 <103586016+ehpersonal38@users.noreply.github.com> Date: Wed, 25 May 2022 13:17:30 -0400 Subject: [PATCH] oops --- scripts/overview.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/overview.php b/scripts/overview.php index 3f97d96..5cd912a 100644 --- a/scripts/overview.php +++ b/scripts/overview.php @@ -69,7 +69,7 @@ if(isset($_GET['ajax_detections']) && $_GET['ajax_detections'] == "true" && isse } // convert sci name to English name foreach($lines as $line){ - if(strpos($line, $todaytable['Sci_Name']) !== false){ + if(strpos($line, $mostrecent['Sci_Name']) !== false){ $engname = trim(explode("_", $line)[1]); break; }