@@ -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){