linked date folder too

This commit is contained in:
mcguirepr89
2022-02-13 11:43:10 -05:00
parent 32966476e7
commit 5d9a89b9f4
+1 -1
View File
@@ -86,7 +86,7 @@ while($rows=$mostrecent ->fetch_assoc())
<tr>
<th>Most Recent Detection</th>
<td><a href="/By_Common_Name/<?php echo $dbname;?>"><?php echo $rows['Com_Name'];?></a></td>
<td><?php echo $rows['Date'];?></td>
<td><a href="/By_Date/<?php echo $rows['Date'];?>"/><?php echo $rows['Date'];?></a></td>
<td><?php echo $rows['Time'];?></td>
</tr>
</table>