]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-sponsor_login.php
Continued:
[mailer.git] / inc / modules / guest / what-sponsor_login.php
index 4228bd3cf08bd7de2ccb92ecec62454cef071afd..feb51ef794bcb67cb7b8c613a1b5578ef52afbbb 100644 (file)
@@ -59,7 +59,7 @@ if (isGetRequestElementSet('do')) {
 if (isGetRequestElementSet('hash')) {
        // Lookup sponsor
        $result = sqlQueryEscaped("SELECT
-       `id`, `status`, `gender`, `surname`, `family`,
+       `id`, `status`, `sex`, `surname`, `family`,
        `company`, `position`, `tax_ident`,
        `street_nr1`, `street_nr2`, `country`, `zip`, `city`, `email`, `phone`, `fax`, `cell`,
        `points_amount` AS `points`, `last_payment`, `last_currency`
@@ -155,7 +155,7 @@ LIMIT 1",
        `hash`,
        `status`,
        `remote_addr`,
-       `gender`,
+       `sex`,
        `surname`,
        `family`,
        UNIX_TIMESTAMP(`sponsor_created`) AS `sponsor_created`
@@ -211,7 +211,7 @@ LIMIT 1",
        `id`,
        `hash`,
        `remote_addr`,
-       `gender`,
+       `sex`,
        `surname`,
        `family`,
        UNIX_TIMESTAMP(`sponsor_created`) AS `sponsor_created`