浏览代码

Missade en parentes i databas scriptet

Axel Nordh 7 年之前
父节点
当前提交
538bf835b7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dbFiles/dbAccess.php

+ 1 - 1
dbFiles/dbAccess.php

@@ -22,7 +22,7 @@
 		while ($row = mysqli_fetch_assoc($result)) {
 			$json = array('id' => $row['id'],
 				'question' => $row['question'],
-				'answer' => $row['answer'];
+				'answer' => $row['answer']);
 		}
 		$jsonString = json_encode($json);
 		echo $jsonString;