X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_cats.php;h=8b668b6ad04dcdd967b2c65a9a42b035bf2700a8;hb=91c5ab6d4bba6959611a9b9661c032cc4c9da6e8;hp=048e8605d381f1f620cbfd03c5b398b70a85f324;hpb=e5fe5afb17a5c8106f4c890234dfa39419e70f5d;p=mailer.git diff --git a/inc/modules/admin/what-list_cats.php b/inc/modules/admin/what-list_cats.php index 048e8605d3..8b668b6ad0 100644 --- a/inc/modules/admin/what-list_cats.php +++ b/inc/modules/admin/what-list_cats.php @@ -1,7 +1,7 @@ ".$content['surname']." ".$content['family'].""; + $content['email'] = '' . $content['surname'] . ' ' . $content['family'] . ''; // Ok, list categories of this user $result_cats = SQL_QUERY("SELECT `id`, `cat` FROM `{?_MYSQL_PREFIX?}_cats` ORDER BY `sort` ASC", __FILE__, __LINE__); @@ -96,7 +96,7 @@ if (isGetRequestElementSet('userid')) { } } else { // User not found - loadTemplate('admin_settings_saved', false, sprintf(getMessage('ADMIN_MEMBER_404'), $content['userid'])); + loadTemplate('admin_settings_saved', false, getMaskedMessage('ADMIN_MEMBER_404', $content['userid'])); } } else { // Output selection form with all confirmed user accounts listed