mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
fix tiny typo... the mode is no_profile instead of noprofile.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9247 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
516734979c
commit
67775c5332
1 changed files with 1 additions and 1 deletions
|
@ -1178,7 +1178,7 @@ function get_username_string($mode, $user_id, $username, $username_colour = '',
|
|||
switch ($mode)
|
||||
{
|
||||
case 'full':
|
||||
case 'noprofile':
|
||||
case 'no_profile':
|
||||
case 'colour':
|
||||
|
||||
// Build correct username colour
|
||||
|
|
Loading…
Add table
Reference in a new issue