fix: going to todays detections did not work due to typo

This commit is contained in:
frederik
2024-03-20 12:11:08 +01:00
parent 940fc8ef69
commit 56a3f86b98
+1 -2
View File
@@ -265,8 +265,7 @@ $totalspeciestally = $result6->fetchArray(SQLITE3_ASSOC);
</tr>
<tr>
<th>Today</th>
<td><form action="" method="GET"><button type="submit" name="view" value="Today's Detections"><?php echo $todaycount['COUNT(*)'];?></button></td>
<td><form action="" method="GET"><button type="submit" name="view" value="Todays Detections"><?php echo $todaycount['COUNT(*)'];?></button></td>
</form>
</tr>
<tr>