diff --git a/htdocs/admin/eventorganization.php b/htdocs/admin/eventorganization.php index 4e8d19d4590..c1c0f8234ac 100644 --- a/htdocs/admin/eventorganization.php +++ b/htdocs/admin/eventorganization.php @@ -283,8 +283,6 @@ if ($action == 'edit') { $selected = (empty($conf->global->$constname) ? '' : $conf->global->$constname); $form->select_produits($selected, $constname, '', 0); } - } else { - print ''; } print ''; }