소스 검색

Wrong table name

Axel Nordh 5 년 전
부모
커밋
c088921833
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      dbFiles/NewOnlineGame.php

+ 1 - 1
dbFiles/NewOnlineGame.php

@@ -77,7 +77,7 @@
 		$categoryValues .= "($gameId, $catId),";
 	}
 	$categoryValues = rtrim($categoryValues, ",");
-	$categorySql = "INSERT INTO gameCategory(gameId, categoryId) VALUES $categoryValues";
+	$categorySql = "INSERT INTO gameCategories(gameId, categoryId) VALUES $categoryValues";
 
 	$result = mysqli_query($conn, $categorySql);
 	$error = mysqli_error($conn);