This commit is contained in:
Baptiste 2022-10-15 17:21:01 +02:00
parent 9ea0e46285
commit 3be8dc3c7e

View file

@ -143,14 +143,8 @@ if(isset($_POST['download_planning'])) {
$cal->End();
<<<<<<< HEAD
$cal->DownloadICS("planning_SA_INSA");
=======
$req = $db->prepare('UPDATE planning_tmp_dl set planning = ?');
$req->execute(array($cal->GetICS()));
header('Location: assets/scripts/planning_tmp.php');
>>>>>>> 2ca75a7bb394da5df40132b30b562ab0bdd8552e
}
?>