X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-add_tester_user.php;h=ffa37f7d957b9227a46b19008d8d93c09f5423a6;hb=928e9aedd8248545a9fef27c75a5ba016ad1d61b;hp=920aa291762987adf40e3ec04e8888666f7d0323;hpb=63f159414369b5ea19a8ca75d8cd8033c45d8341;p=mailer.git diff --git a/inc/modules/admin/what-add_tester_user.php b/inc/modules/admin/what-add_tester_user.php index 920aa29176..ffa37f7d95 100644 --- a/inc/modules/admin/what-add_tester_user.php +++ b/inc/modules/admin/what-add_tester_user.php @@ -61,11 +61,8 @@ if (!isNewUserTesterAllowed()) { } } // END - if -// Generate max-receive selection -$content['max_receive_selection'] = addMaxReceiveList('admin', '', true); - // Display form -loadTemplate('admin_add_tester_user', false, $content); +loadTemplate('admin_add_tester_user', FALSE, $content); // [EOF] ?>