diff --git a/htdocs/admin/eventorganization.php b/htdocs/admin/eventorganization.php
index 1a7e661699a..a30157e24c0 100644
--- a/htdocs/admin/eventorganization.php
+++ b/htdocs/admin/eventorganization.php
@@ -207,12 +207,14 @@ if ($action == 'edit') {
print '
| '.$langs->trans("Parameter").' | '.$langs->trans("Value").' |
';
foreach ($arrayofparameters as $constname => $val) {
- if ($val['enabled']==1) {
- $setupnotempty++;
- print '| ';
- $tooltiphelp = (($langs->trans($constname . 'Tooltip') != $constname . 'Tooltip') ? $langs->trans($constname . 'Tooltip') : '');
- print ''.$form->textwithpicto($langs->trans($constname), $tooltiphelp, 1, 'info', '', 0, 3, 'tootips'.$constname).'';
- print ' | ';
+ if ($val['enabled']==1) {
+ //if ($val['type'] != 'securekey'){
+ $setupnotempty++;
+ print ' |
| ';
+ $tooltiphelp = (($langs->trans($constname . 'Tooltip') != $constname . 'Tooltip') ? $langs->trans($constname . 'Tooltip') : '');
+ print ''.$form->textwithpicto($langs->trans($constname), $tooltiphelp, 1, 'info', '', 0, 3, 'tootips'.$constname).'';
+ print ' | ';
+ //}
if ($val['type'] == 'textarea') {
print ' |