From c5f503b08958400b7b24908cb60e4f67b6ed9837 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 1 Aug 2003 21:17:22 +0000 Subject: [PATCH] formatage su code --- htdocs/comm/action/fiche.php3 | 2 -- 1 file changed, 2 deletions(-) diff --git a/htdocs/comm/action/fiche.php3 b/htdocs/comm/action/fiche.php3 index 4e58946a235..6237e557914 100644 --- a/htdocs/comm/action/fiche.php3 +++ b/htdocs/comm/action/fiche.php3 @@ -95,7 +95,6 @@ if ($action=='add_action') if ($conf->webcal && $todo_webcal == 'on') { - $webcal = new Webcal(); $webcal->heure = $heurehour . $heuremin . '00'; @@ -114,7 +113,6 @@ if ($action=='add_action') $webcal->add($user, $todo->date, $societe->nom, $libelle); } } - Header("Location: ".DOL_URL_ROOT."/comm/fiche.php3?socid=$socid"); }