|
|
@@ -63,6 +63,7 @@ TABLEFOOT;
|
|
|
echo( $table_head );
|
|
|
$new_venue = '';
|
|
|
$new_day = '';
|
|
|
+ $img = '48px-Commons-emblem-success.svg.png';
|
|
|
$head_displayed = False;
|
|
|
while($row = $stmt->fetch(PDO::FETCH_ASSOC)) : ?>
|
|
|
<?php
|
|
|
@@ -96,7 +97,7 @@ TABLEFOOT;
|
|
|
<td><?php echo htmlspecialchars(substr($row['start_time'], 0, -3)); ?></td>
|
|
|
<td><?php $t = strtotime($row['utctime']); echo gmdate('H:i', $t); ?></td>
|
|
|
<td><?php echo htmlspecialchars($row['horse']); ?></td>
|
|
|
- <td><?php echo htmlspecialchars($row['torn']); ?></td>
|
|
|
+ <td><?php if ($row['torn']) { echo '<img scr='.$img.'/>'; }; ?></td>
|
|
|
</tr>
|
|
|
<?php endwhile; ?>
|
|
|
</table>
|