X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_register2.php;h=32f87c17edf19670e94ae982892ec6fe192b1085;hp=0dc37b89fcc871a577dd5a2f13713786df0dfd59;hb=e17685c65d1a48c061b7c4f64c7a23c165430460;hpb=b68d7d9622a02f3ea9d44ae3c5dee672b097f956 diff --git a/inc/modules/admin/what-config_register2.php b/inc/modules/admin/what-config_register2.php index 0dc37b89fc..32f87c17ed 100644 --- a/inc/modules/admin/what-config_register2.php +++ b/inc/modules/admin/what-config_register2.php @@ -55,7 +55,7 @@ if (isFormSent()) { } else { // Remember stuff in constants $content['display_refid'] = addSelectionBox('yn', getDisplayRefid() , 'display_refid'); - $content['ip_timeout'] = createTimeSelections(getIpTimeout() , 'ip_timeout', 'Dhm'); + $content['ip_timeout'] = createConfigurationTimeSelections('ip_timeout', 'Dhm'); $content['check_double_email'] = addSelectionBox('yn', getCheckDoubleEmail() , 'check_double_email'); $content['register_default'] = addSelectionBox('yn', getRegisterDefault() , 'register_default'); $content['register_generate_password_empty'] = addSelectionBox('yn', getRegisterGeneratePasswordEmpty(), 'register_generate_password_empty');