formatage su code

This commit is contained in:
Rodolphe Quiedeville 2003-08-01 21:17:22 +00:00
parent bc60f16778
commit c5f503b089

View File

@ -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");
}