소스 검색

Restored $conn->commit()

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

+ 1 - 1
ajax.php

@@ -57,7 +57,7 @@ function parse_data()
 			$sth->bindParam( ':start_time', $time );
 			$sth->execute();
 		}
-		// $conn->commit();
+		$conn->commit();
 		echo $_GET['callback'] . '(' . json_encode($return ). ')';
 		$conn = null;
 	}catch (PDOException $e){