소스 검색

Add race time to table

Foppe Hemminga 6 년 전
부모
커밋
0d2a0ca078
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      index.php

+ 1 - 1
index.php

@@ -25,7 +25,7 @@
 			echo "Connected to the <strong>$db</strong> database successfully!";
 		}
 
-		$query = sprintf("SELECT FROM horses JOIN race_program
+		$query = sprintf("SELECT * FROM horses JOIN race_program
             ON horses.race_date = race_program.race_date
                 AND horses.venue = race_program.venue
             WHERE horses.race_date >= %s