Explorar o código

Caught unexpected identifier

Foppe Hemminga %!s(int64=6) %!d(string=hai) anos
pai
achega
28c454cccb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ajax.php

+ 1 - 1
ajax.php

@@ -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();
 		}