From c9fa9ee81dc1fd9c4c358b9282ff95ad65bdb842 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 12 Oct 2025 09:34:19 +0200 Subject: [PATCH] Still use sci name_com name in text files --- scripts/species_tools.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/species_tools.php b/scripts/species_tools.php index b59296a..1a93b76 100644 --- a/scripts/species_tools.php +++ b/scripts/species_tools.php @@ -234,12 +234,12 @@ $result = $db->query($sql); : ""; $excl_cell = $is_excluded - ? "" - : ""; + ? "" + : ""; $white_cell = $is_whitelisted - ? "" - : ""; + ? "" + : ""; $sciname_raw = $row['Sci_Name']; $info_url = get_info_url($sciname_raw);