Explorar el Código

Caught unexpected identifier

Foppe Hemminga hace 6 años
padre
commit
28c454cccb
Se han modificado 1 ficheros con 1 adiciones y 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();
 		}