From 67775c5332bece3638ba3d10764bea2e4f0d3255 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sat, 3 Jan 2009 12:20:05 +0000 Subject: [PATCH] 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 --- phpBB/includes/functions_content.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/functions_content.php b/phpBB/includes/functions_content.php index 845f87c8da..268755ab44 100644 --- a/phpBB/includes/functions_content.php +++ b/phpBB/includes/functions_content.php @@ -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