|
@@ -97,7 +97,7 @@ TABLEFOOT;
|
|
|
<td><?php echo htmlspecialchars(substr($row['start_time'], 0, -3)); ?></td>
|
|
<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 $t = strtotime($row['utctime']); echo gmdate('H:i', $t); ?></td>
|
|
|
<td><?php echo htmlspecialchars($row['horse']); ?></td>
|
|
<td><?php echo htmlspecialchars($row['horse']); ?></td>
|
|
|
- <td><?php if ($row['torn']) { echo '<img scr='.$img.'/>'; }; ?></td>
|
|
|
|
|
|
|
+ <td><?php if ($row['torn']) { echo '<img scr="'.$img.'" />'; }; ?></td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<?php endwhile; ?>
|
|
<?php endwhile; ?>
|
|
|
</table>
|
|
</table>
|