浏览代码

Caught unexpected identifier

Foppe Hemminga 6 年之前
父节点
当前提交
28c454cccb
共有 1 个文件被更改,包括 1 次插入1 次删除
  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();
 		}