]> 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 411090b638c5a186357e54417819842244946d36..ea85a65978e3210f90347cec306042f8c4758307 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2013 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2016 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -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);