]> 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 ad7071fb79034cf9f4fbcc6ee1d6da1bec28e443..feb51ef794bcb67cb7b8c613a1b5578ef52afbbb 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Loginformular und Neues Passwort fuer Sponsor    *
  * -------------------------------------------------------------------- *
- * $Revision::                                                        $ *
- * $Date::                                                            $ *
- * $Tag:: 0.2.1-FINAL                                                 $ *
- * $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 *
@@ -64,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`
@@ -160,7 +155,7 @@ LIMIT 1",
        `hash`,
        `status`,
        `remote_addr`,
-       `gender`,
+       `sex`,
        `surname`,
        `family`,
        UNIX_TIMESTAMP(`sponsor_created`) AS `sponsor_created`
@@ -216,7 +211,7 @@ LIMIT 1",
        `id`,
        `hash`,
        `remote_addr`,
-       `gender`,
+       `sex`,
        `surname`,
        `family`,
        UNIX_TIMESTAMP(`sponsor_created`) AS `sponsor_created`