Quellcode durchsuchen

Restored $conn->commit()

Foppe Hemminga vor 6 Jahren
Ursprung
Commit
dbad7c795a
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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){