]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-edit_user.php
Mailer project continued:
[mailer.git] / inc / modules / admin / what-edit_user.php
index 73b1ff59781ee020139f24d0c26daf5989f77b82..11a4f2677ec98ff66311eb1c6837e8e3ff72b3ae 100644 (file)
@@ -50,9 +50,9 @@ $result_main = false;
 if (isGetRequestElementSet('userid')) {
        // Load user entry
        $result_main = SQL_QUERY_ESC("SELECT
-       `userid`,`gender`,`surname`,`family`,`street_nr`,`zip`,`city`,`country`,
+       `userid`, `gender`, `surname`, `family`, `street_nr`, `zip`, `city`, `country`,
        `email`,
-       `birth_day`,`birth_month`,`birth_year`,
+       `birth_day`, `birth_month`, `birth_year`,
        `max_mails`
 FROM
        `{?_MYSQL_PREFIX?}_user_data`