X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_cats.php;h=fdf5a00c888249d41743b6ec912ee4129a242d97;hb=cc59ea1cce3e0fafc2cc6c9e36142698cf2b58ef;hp=8ea0db4b69bbc1008fc8a5f52e56e11aebb31890;hpb=d2e72bd3391ac4513751d9c87fb2adf0238a611e;p=mailer.git diff --git a/inc/modules/admin/what-list_cats.php b/inc/modules/admin/what-list_cats.php index 8ea0db4b69..fdf5a00c88 100644 --- a/inc/modules/admin/what-list_cats.php +++ b/inc/modules/admin/what-list_cats.php @@ -52,8 +52,7 @@ if (isGetRequestParameterSet('userid')) { // Prepare constants // @TODO No longer needed? define('__CATEGORIES_BASE' , '' . $content['surname'] . ' ' . $content['family'] . ''; + $content['email'] = '{%pipe,translateGender=' . $content['gender'] . '%} ' . $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__); @@ -77,8 +76,8 @@ if (isGetRequestParameterSet('userid')) { } // END - if // Add more elements - $content['cnt'] = $count; - $content['sel'] = $selection; + $content['count'] = $count; + $content['sel'] = $selection; // Load row template and count up $OUT .= loadTemplate('admin_list_user_cats_row', true, $content);