Update config.php

This commit is contained in:
ehpersonal38
2022-06-23 09:11:34 -04:00
parent 3f27cfc79f
commit 6ef9016020
+2 -3
View File
@@ -150,10 +150,9 @@ if(isset($_GET['sendtest']) && $_GET['sendtest'] == "true") {
$result0 = $statement0->execute();
while($todaytable=$result0->fetchArray(SQLITE3_ASSOC))
{
$comname = preg_replace('/ /', '_', $todaytable['Com_Name']);
$comname = preg_replace('/\'/', '_', $comname);
$comname = $todaytable['Com_Name'];
$filename = $todaytable['File_Name'];
$sciname = preg_replace('/ /', '_', $todaytable['Sci_Name']);
$sciname = $todaytable['Sci_Name'];
$confidence = $todaytable["Confidence"];
}