Przeglądaj źródła

Added primitive ajax.php for testing

Foppe Hemminga 6 lat temu
rodzic
commit
2d18b37a46
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      ajax.php

+ 1 - 1
ajax.php

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