X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-mydata.php;h=fc0d0f8d504a878e7e8eb893b2b4e2aca1101270;hp=39b6d3f0a9c2359062efed44934c0fd4b2630bbb;hb=0f3a135204757cc8750262871c8e62c42300acb4;hpb=57aba9aa64d68803d361e60ffb09766ca770ef9f diff --git a/inc/modules/member/what-mydata.php b/inc/modules/member/what-mydata.php index 39b6d3f0a9..fc0d0f8d50 100644 --- a/inc/modules/member/what-mydata.php +++ b/inc/modules/member/what-mydata.php @@ -99,7 +99,7 @@ switch ($mode) { case 'edit': // Edit data if (isExtensionActive('country', true)) { // New way 0 1 2 3 4 5 6 7 8 9 10 11 12 13 - $result = SQL_QUERY_ESC("SELECT `surname`, `family`, `street_nr`, `country_code`, `zip`, `city`, `email`, `birth_day`, `birth_month`, `birth_year`, `gender`, `max_mails`, `receive_mails`, `last_update` + $result = SQL_QUERY_ESC("SELECT `surname`,`family`,`street_nr`,`country_code`,`zip`,`city`,`email`,`birth_day`,`birth_month`,`birth_year`,`gender`,`max_mails`,`receive_mails`,`last_update` FROM `{?_MYSQL_PREFIX?}_user_data` WHERE @@ -108,7 +108,7 @@ LIMIT 1", array(getMemberId()), __FILE__, __LINE__); } else { // Old way 0 1 2 3 4 5 6 7 8 9 10 11 12 13 - $result = SQL_QUERY_ESC("SELECT `surname`, `family`, `street_nr`, `country`, `zip`, `city`, `email`, `birth_day`, `birth_month`, `birth_year`, `gender`, `max_mails`, `receive_mails`, `last_update` + $result = SQL_QUERY_ESC("SELECT `surname`,`family`,`street_nr`,`country`,`zip`,`city`,`email`,`birth_day`,`birth_month`,`birth_year`,`gender`,`max_mails`,`receive_mails`,`last_update` FROM `{?_MYSQL_PREFIX?}_user_data` WHERE