linking date folder too

This commit is contained in:
mcguirepr89
2022-02-13 11:43:43 -05:00
parent 1ad86d77bb
commit 767c39b496
+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>