Foppe Hemminga преди 6 години
родител
ревизия
381777f8d2
променени са 1 файла, в които са добавени 0 реда и са изтрити 4 реда
  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>