This commit is contained in:
ehpersonal38
2022-05-25 13:17:30 -04:00
parent e4a595bacc
commit aba6760875
+1 -1
View File
@@ -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;
}