]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_unconfirmed.php
Continued:
[mailer.git] / inc / modules / admin / what-list_unconfirmed.php
index 13a29cc9f576f2deedc3a77af530f0f4b4f7e403..5e4f9f5db0031b54c9ec36709a877aca3f6ca08b 100644 (file)
@@ -144,7 +144,7 @@ if (($listed === TRUE) && (!empty($sql))) {
        `u`.`status`,
        `u`.`surname`,
        `u`.`family`,
-       `u`.`gender`,
+       `u`.`sex`,
        `u`.`email`
 FROM
        `{?_MYSQL_PREFIX?}_user_links` AS `l`
@@ -175,7 +175,7 @@ LIMIT %s",
                                                'userid' => $row['userid'],
                                                'type'   => getRequestElement('type'),
                                                'id'     => $ID,
-                                               'email'  => '<a href="' . generateEmailLink($row['email'], 'user_data') . '">{%pipe,translateGender=' . $row['gender'] . '%} ' . $row['surname'] . ' ' . $row['family'] . '</a>',
+                                               'email'  => '<a href="' . generateEmailLink($row['email'], 'user_data') . '">{%pipe,translateSex=' . $row['sex'] . '%} ' . $row['surname'] . ' ' . $row['family'] . '</a>',
                                                'status' => $row['status'],
                                        );