|
|
@@ -53,7 +53,7 @@ function parse_data()
|
|
|
$time = $datetime_object->format( 'H:i' );
|
|
|
$return[] = [$date, $time, $races[$i]['localtime'], $datetime_object, $venue['name'], $venue['localTimezone'], count( $races )];
|
|
|
$sth->bindParam( ':race_date', $date );
|
|
|
- $sth->bindParam( ':venue', $venue['name'] );
|
|
|
+ // $sth->bindParam( ':venue', $venue['name'] );
|
|
|
$sth->bindParam( ':start_time', $time );
|
|
|
$sth->execute();
|
|
|
}
|