Explorar o código

Restored $conn->commit()

Foppe Hemminga %!s(int64=6) %!d(string=hai) anos
pai
achega
dbad7c795a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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){