X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_cats.php;h=8b668b6ad04dcdd967b2c65a9a42b035bf2700a8;hb=91c5ab6d4bba6959611a9b9661c032cc4c9da6e8;hp=308ed2f32b3deb8ef81b65c493c0a75ac41b8398;hpb=4cf9e7903e3d0528650b2c8871b9b9f68e473807;p=mailer.git diff --git a/inc/modules/admin/what-list_cats.php b/inc/modules/admin/what-list_cats.php index 308ed2f32b..8b668b6ad0 100644 --- a/inc/modules/admin/what-list_cats.php +++ b/inc/modules/admin/what-list_cats.php @@ -52,10 +52,10 @@ if (isGetRequestElementSet('userid')) { $content = getUserDataArray(); // Prepare constants - // @TODO No longer needed? define('__CATS_BASE' , "".$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