X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_beg.php;h=b720966c23b19dec3c9fdbbfc35df579580c4bec;hp=bc8872712f4679a0c22cc7e80d1d62709883d362;hb=53a63bee7a3dc419272e6dc2fc7c801e99ef0712;hpb=e17685c65d1a48c061b7c4f64c7a23c165430460 diff --git a/inc/modules/admin/what-config_beg.php b/inc/modules/admin/what-config_beg.php index bc8872712f..b720966c23 100644 --- a/inc/modules/admin/what-config_beg.php +++ b/inc/modules/admin/what-config_beg.php @@ -58,7 +58,7 @@ if (isFormSent()) { // Prepare constants for the template $content['timeout'] = createConfigurationTimeSelections('beg_timeout' , 'Dhm'); $content['userid_timeout'] = createConfigurationTimeSelections('beg_userid_timeout', 'Dhm'); - $content['ip_timeout'] = createConfigurationTimeSelections('beg_ip_timeout' , 'Dhm'); + $content['beg_ip_timeout'] = createConfigurationTimeSelections('beg_ip_timeout' , 'Dhm'); $content['wait_selection'] = createConfigurationTimeSelections('beg_notify_wait' , 'ms' ); // Init all Y/N selections @@ -85,7 +85,7 @@ if (isFormSent()) { $content['beg_mode_' . strtolower(getBegMode())] = ' checked="checked"'; // Member selection box - $content['form_selection'] = addMemberSelectionBox(getBegUserid(), false, true, true, 'beg_userid'); + $content['beg_userid'] = addMemberSelectionBox(getBegUserid(), false, true, true, 'beg_userid'); // Load form template loadTemplate('admin_config_beg', false, $content);