Report #74: get_username_string(

This commit is contained in:
Joas Schilling
2008-04-20 23:34:00 +00:00
parent 31de2ce21a
commit 0768e945b6
16 changed files with 16 additions and 76 deletions

View File

@@ -288,9 +288,10 @@ function phpbb_fetch_posts($forum_from, $permissions, $number_of_posts, $text_le
'topic_last_post_time' => $row['topic_last_post_time'],
'topic_title' => $row['topic_title'],
'username' => $row['username'],
'username_full' => get_username_string('full', $row['user_id'], $row['username'], $row['user_colour'], $row['username']),
'user_id' => $row['user_id'],
'user_type' => $row['user_type'],
'user_user_colour' => $row['user_colour'],
'user_colour' => $row['user_colour'],
'poll' => ($row['poll_title']) ? true : false,
'attachment' => ($row['topic_attachment']) ? true : false,
'topic_views' => $row['topic_views'],