瀏覽代碼

Add race time to table

Foppe Hemminga 6 年之前
父節點
當前提交
6db65fb87c
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      index.php

+ 2 - 0
index.php

@@ -50,6 +50,7 @@
             <th>race_date</th>
             <th>race</th>
             <th>start</th>
+            <th>utc</th>
             <th>horse</th>
         </tr>
         </thead>
@@ -92,6 +93,7 @@ TABLEFOOT;
         <td><?php echo htmlspecialchars($row['race_date']); ?></td>
         <td><?php echo htmlspecialchars($row['race']); ?></td>
         <td><?php echo htmlspecialchars($row['start_time']); ?></td>
+        <td><?php echo htmlspecialchars($row['utctime']); ?></td>
         <td><?php echo htmlspecialchars($row['horse']); ?></td>
     </tr>
 	<?php endwhile; ?>