Foppe Hemminga 6 năm trước cách đây
mục cha
commit
381777f8d2
1 tập tin đã thay đổi với 0 bổ sung4 xóa
  1. 0 4
      index.php

+ 0 - 4
index.php

@@ -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>