X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-edit_user.php;h=4c52c95b585e0481d8c5b1d60683d835b910685e;hb=be79afde3071dfc4d6fe845ddb75abf13534eadb;hp=3ef52c45ce240d1180ab9f11913eb05253c44a0f;hpb=54c8b5c5e33d7bcea5313b77e50358e95ab524e2;p=mailer.git diff --git a/inc/modules/admin/what-edit_user.php b/inc/modules/admin/what-edit_user.php index 3ef52c45ce..4c52c95b58 100644 --- a/inc/modules/admin/what-edit_user.php +++ b/inc/modules/admin/what-edit_user.php @@ -50,9 +50,9 @@ $result_main = false; if (isGetRequestParameterSet('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`