X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fmodules%2Fadmin%2Fwhat-list_cats.php;h=8b668b6ad04dcdd967b2c65a9a42b035bf2700a8;hb=039203d5428c9c6a3bed61fb3a9a16958c6fd44c;hp=de08177fc5ae00ba057c5fd1255c6163a4b3adf4;hpb=e2148142f8b1a8f40fd6e7ca32185569c5a9083e;p=mailer.git diff --git a/inc/modules/admin/what-list_cats.php b/inc/modules/admin/what-list_cats.php index de08177fc5..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