]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_autopurge.php
Continued:
[mailer.git] / inc / modules / admin / what-list_autopurge.php
index 966e58b751616678dc9aa2c9cde78b158ea6e4b7..2aec94b1201d45fef5d5b17f2a80b095d5884fbe 100644 (file)
@@ -54,7 +54,7 @@ if (isFilledArray($excludedUserids)) {
 // Check for all accounts
 $result = sqlQuery("SELECT
        `d`.`userid`,
-       `d`.`gender`,
+       `d`.`sex`,
        `d`.`surname`,
        `d`.`family`,
        `d`.`email`,
@@ -79,7 +79,7 @@ if (!ifSqlHasZeroNumRows($result)) {
                // Prepare data for the row template
                $content = array(
                        'userid'      => $content['userid'],
-                       'gender'      => $content['gender'],
+                       'sex'      => $content['sex'],
                        'surname'     => $content['surname'],
                        'family'      => $content['family'],
                        'email'       => '<a href="' . generateEmailLink($content['email'], 'user_data') . '">' . $content['email'] . '</a>',