]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/sponsor/settings.php
Continued:
[mailer.git] / inc / modules / sponsor / settings.php
index 2058fb5ebc837c0f5a5d29d9e160546fd7526b7a..eb893f5a6bf092a334872f7e7ab102d16b608bfb 100644 (file)
@@ -11,7 +11,7 @@
  * Kurzbeschreibung  : Der Sponsor kann seine Einstellungen aendern     *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2015 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 *
@@ -53,7 +53,7 @@ $result = sqlQueryEscaped("SELECT
        `email`,
        `surname`,
        `family`,
-       `gender`
+       `sex`
 FROM
        `{?_MYSQL_PREFIX?}_sponsor_data`
 WHERE
@@ -81,7 +81,7 @@ if (sqlNumRows($result) == 1) {
                        } else {
                                // Unsecure data which we don't want here
                                $UNSAFE = array(
-                                       'company', 'position', 'tax_ident', 'gender', 'surname', 'family',
+                                       'company', 'position', 'tax_ident', 'sex', 'surname', 'family',
                                        'street_nr1', 'street_nr2', 'zip', 'city', 'country', 'phone', 'fax', 'cell',
                                        'email', 'url'
                                );