]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/sponsor/settings.php
Continued:
[mailer.git] / inc / modules / sponsor / settings.php
index 69935673a63f5c6f07a26d28b0e31f83103169f1..eb893f5a6bf092a334872f7e7ab102d16b608bfb 100644 (file)
@@ -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'
                                );