From 26fc7390237d6090d55bf18525c670b8ee2d8b76 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 10 Jul 2005 02:20:01 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Corrige=20nombreux=20probl=E8mes=20sur?= =?UTF-8?q?=20enregistrements=20incomplets=20des=20actions.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/comm/action/fiche.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/comm/action/fiche.php b/htdocs/comm/action/fiche.php index 06f7a9ff929..2b934e46766 100644 --- a/htdocs/comm/action/fiche.php +++ b/htdocs/comm/action/fiche.php @@ -118,8 +118,8 @@ if ($_POST["action"] == 'add_action') if ($conf->webcal->enabled && $_POST["todo_webcal"] == 'on') { // Si action complete ou si action de type rendez-vous - if ($actioncomm->percent == 100 || $actioncomm->type_code == 'AC_RDV') - { +// if ($actioncomm->percent == 100 || $actioncomm->type_code == 'AC_RDV') +// { // Crée objet webcal et connexion avec params $conf->webcal->db->xxx $webcal = new Webcal(); @@ -153,7 +153,7 @@ if ($_POST["action"] == 'add_action') $webcal->texte=$societe->nom; $webcal->desc=$libellecal; } - } +// } } // On crée l'action (avec ajout eventuel dans webcal si défini)