Browse Source

Add race time to table

Foppe Hemminga 6 years ago
parent
commit
471c77dc39
1 changed files with 1 additions and 1 deletions
  1. 1 1
      index.php

+ 1 - 1
index.php

@@ -93,7 +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']->format('H:i')); ?></td>
+        <td><?php echo htmlspecialchars($row['utctime']); ?></td>
         <td><?php echo htmlspecialchars($row['horse']); ?></td>
     </tr>
 	<?php endwhile; ?>