Update scripts/todays_detections.php

Co-authored-by: Nachtzuster <Nachtzuster@users.noreply.github.com>
This commit is contained in:
Alexandre
2024-11-25 17:39:56 +01:00
committed by Nachtzuster
parent dfd09095a8
commit 5c62ad6ebb
+1 -3
View File
@@ -57,9 +57,7 @@ $result6 = $statement6->execute();
$totalspeciestally = $result6->fetchArray(SQLITE3_ASSOC);
if(isset($_GET['comname'])) {
$birdName = $_GET['comname'];
$birdName = str_replace("__", "'", $birdName);
$birdName = str_replace("_", " ", $birdName);
$birdName = htmlspecialchars_decode($_GET['comname'], ENT_QUOTES);
// Prepare a SQL statement to retrieve the detection data for the specified bird