Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Correct get_username_string function name. Thanks Erik.
  • Loading branch information
michaelcullum committed Jan 29, 2012
1 parent a6b71e4 commit 4a50b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/1.0.0/root/blog.php
Expand Up @@ -684,7 +684,7 @@
'CMNT_VIEW' => ($blogrow['cmnt_count']) ? $user->lang['CMNT'] : $user->lang['CMNTS'],
'BLOG_TEXT' => $message,
'VIEW_MORE' => '...<a href="' . $url . '">' . $user->lang['VIEW_MORE'] . '</a>',
'BLOG_POSTER' => generate_username_string('full', $blogrow['blog_poster_id'], $blogrow['username'], $blogrow['user_colour']),
'BLOG_POSTER' => get_username_string('full', $blogrow['blog_poster_id'], $blogrow['username'], $blogrow['user_colour']),
));
}
page_header($user->lang['BLOG']);
Expand Down

0 comments on commit 4a50b39

Please sign in to comment.