mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +02: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:
@@ -1178,7 +1178,7 @@ function get_username_string($mode, $user_id, $username, $username_colour = '',
|
|||||||
switch ($mode)
|
switch ($mode)
|
||||||
{
|
{
|
||||||
case 'full':
|
case 'full':
|
||||||
case 'noprofile':
|
case 'no_profile':
|
||||||
case 'colour':
|
case 'colour':
|
||||||
|
|
||||||
// Build correct username colour
|
// Build correct username colour
|
||||||
|
Reference in New Issue
Block a user