forked from vergnet/site-accueil-insa
ics
This commit is contained in:
commit
9ea0e46285
1 changed files with 7 additions and 0 deletions
|
@ -143,7 +143,14 @@ 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
|
||||
}
|
||||
|
||||
?>
|
Loading…
Reference in a new issue