From 9720ab1ea5cf87172dddf4fa02105fe89e9efbf3 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 7 Sep 2014 20:22:02 +0200 Subject: [PATCH] Fix: Not a required field --- htdocs/comm/action/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/action/fiche.php b/htdocs/comm/action/fiche.php index 90aa81f8ff5..612f26145e6 100644 --- a/htdocs/comm/action/fiche.php +++ b/htdocs/comm/action/fiche.php @@ -516,7 +516,7 @@ if ($action == 'create') print 'global->AGENDA_USE_EVENT_TYPE)?' class="fieldrequired"':'').'>'.$langs->trans("Title").''; // Full day - print ''.$langs->trans("EventOnFullDay").''; + print ''.$langs->trans("EventOnFullDay").''; // Date start $datep=$object->datep;