diff --git a/htdocs/comm/action/fiche.php3 b/htdocs/comm/action/fiche.php3 index 16ee14c4108..7107e8778e2 100644 --- a/htdocs/comm/action/fiche.php3 +++ b/htdocs/comm/action/fiche.php3 @@ -256,7 +256,10 @@ if ($action=='create') $html->select_array("nextactionid", $caction->liste_array(), 0); print ''; print 'Action'; - print 'Calendrier'; + if (defined("MAIN_MODULE_WEBCALENDAR") && MAIN_MODULE_WEBCALENDAR) + { + print 'Calendrier'; + } print 'Commentaire'; print ''; print '';