From e4fe2d853d3e96ec4d6493e1651d93ab1b73ae1c Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Mon, 21 Mar 2005 23:10:11 +0000 Subject: - and my second attempt git-svn-id: file:///svn/phpbb/trunk@5109 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions_profile_fields.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes/functions_profile_fields.php') diff --git a/phpBB/includes/functions_profile_fields.php b/phpBB/includes/functions_profile_fields.php index 10af159bd1..5a3a20e549 100644 --- a/phpBB/includes/functions_profile_fields.php +++ b/phpBB/includes/functions_profile_fields.php @@ -376,7 +376,7 @@ class custom_profile { $bbcode = new bbcode($ident_ary['data']['bbcode_bitfield']); $bbcode->bbcode_second_pass($value, $ident_ary['data']['bbcode_uid'], $ident_ary['data']['bbcode_bitfield']); - $value = smilie_text($value); + $value = smiley_text($value); $value = censor_text($value); } return str_replace("\n", '
', $value); -- cgit v1.2.1