]> 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 ae391b5a2da540510e2d2b743bf2d4b1f5898d2d..feb51ef794bcb67cb7b8c613a1b5578ef52afbbb 100644 (file)
@@ -11,7 +11,7 @@
  * Kurzbeschreibung  : Loginformular und Neues Passwort fuer Sponsor    *
  * -------------------------------------------------------------------- *
  * 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 *
@@ -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`