Prechádzať zdrojové kódy

Caught unexpected identifier

Foppe Hemminga 6 rokov pred
rodič
commit
28c454cccb
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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();
 		}