forked from vergnet/site-accueil-insa
fix ics
This commit is contained in:
parent
9ea0e46285
commit
3be8dc3c7e
1 changed files with 0 additions and 6 deletions
|
@ -143,14 +143,8 @@ if(isset($_POST['download_planning'])) {
|
||||||
|
|
||||||
$cal->End();
|
$cal->End();
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
$cal->DownloadICS("planning_SA_INSA");
|
$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
|
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
Loading…
Reference in a new issue