|
|
@@ -85,7 +85,6 @@
|
|
|
</table>
|
|
|
</div>
|
|
|
<div class="tab-pane container fade" id="allraces">
|
|
|
- <!--
|
|
|
<?php
|
|
|
$query = sprintf("SELECT * FROM race_program
|
|
|
WHERE race_date >= %s ORDER BY race_date, venue, race;", $conn->quote($date->format('Y-m-d')));
|
|
|
@@ -107,9 +106,7 @@
|
|
|
<?php
|
|
|
while ( $row = $stmt3->fetch( PDO::FETCH_ASSOC ) ) : ?>
|
|
|
<tr>
|
|
|
- -->
|
|
|
<!-- <td><?php // echo htmlspecialchars($row['id']); ?></td> -->
|
|
|
- <!--
|
|
|
<td><?php echo htmlspecialchars($row['venue']); ?></td>
|
|
|
<td><?php echo htmlspecialchars($row['state']); ?></td>
|
|
|
<td><?php echo htmlspecialchars($row['race_date']); ?></td>
|
|
|
@@ -120,7 +117,6 @@
|
|
|
<?php endwhile; ?>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
- -->
|
|
|
</div>
|
|
|
<div class="tab-pane container active" id="scratchings">
|
|
|
<h4>Scratchings</h4>
|