|
@@ -58,6 +58,7 @@ TABLEFOOT;
|
|
|
echo $table_foot;
|
|
echo $table_foot;
|
|
|
echo '<h4>' . htmlspecialchars($row['race_date']) . '</h4>';
|
|
echo '<h4>' . htmlspecialchars($row['race_date']) . '</h4>';
|
|
|
echo $table_head;
|
|
echo $table_head;
|
|
|
|
|
+ $new_day = $row['race_date'];
|
|
|
}
|
|
}
|
|
|
} else {
|
|
} else {
|
|
|
$new_day = $row['race_date'];
|
|
$new_day = $row['race_date'];
|
|
@@ -66,6 +67,7 @@ TABLEFOOT;
|
|
|
if ($new_venue != $row['venue'] ) {
|
|
if ($new_venue != $row['venue'] ) {
|
|
|
echo $table_foot;
|
|
echo $table_foot;
|
|
|
echo $table_head;
|
|
echo $table_head;
|
|
|
|
|
+ $new_venue = $row['venue'];
|
|
|
}
|
|
}
|
|
|
} else {
|
|
} else {
|
|
|
$new_venue = $row['venue'];
|
|
$new_venue = $row['venue'];
|