diff --git a/htdocs/opensurvey/public/create_survey.php b/htdocs/opensurvey/public/create_survey.php index f3851648d25..3cf7aea6a74 100644 --- a/htdocs/opensurvey/public/create_survey.php +++ b/htdocs/opensurvey/public/create_survey.php @@ -184,7 +184,7 @@ if (!GETPOST('champdatefin')) { $champdatefin = -1; } -print $form->select_date($champdatefin,'champdatefin','','','',"add",1,1); +print $form->select_date($champdatefin,'champdatefin','','','',"add",1,0); print ''."\n"; print ''."\n";