]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_user.php
Continued:
[mailer.git] / inc / modules / admin / what-config_user.php
index 2aab492b3e6b521fc4f1fdfbe6c45aba8b02ef29..ea85a65978e3210f90347cec306042f8c4758307 100644 (file)
@@ -47,8 +47,8 @@ if (isFormSent('save_config')) {
        // Save settings
        adminSaveSettingsFromPostData();
 } else {
-       // Prepare gender selection box
-       $content['tester_user_gender_selection'] = generateGenderSelectionBox(getTesterUserGender(), 'tester_user_gender');
+       // Prepare sex selection box
+       $content['tester_user_sex_selection'] = generateSexSelectionBox(getTesterUserSex(), 'tester_user_sex');
 
        // Load form template
        loadTemplate('admin_config_user', FALSE, $content);