]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-add_tester_user.php
A little better SQL, but still does not calculate correctly
[mailer.git] / inc / modules / admin / what-add_tester_user.php
index 920aa291762987adf40e3ec04e8888666f7d0323..ffa37f7d957b9227a46b19008d8d93c09f5423a6 100644 (file)
@@ -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]
 ?>