From 30f4a933a04ffa82b43021df7857aa288b0abf29 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sun, 23 Feb 2003 20:34:36 +0000 Subject: [PATCH] Doubled alt on smiley html git-svn-id: file:///svn/phpbb/trunk@3517 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions_posting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php index 325c796b77..32b776fbcf 100644 --- a/phpBB/includes/functions_posting.php +++ b/phpBB/includes/functions_posting.php @@ -162,7 +162,7 @@ class parse_message do { $match[] = "#(?<=.\W|\W.|^\W)" . preg_quote($row['code'], '#') . "(?=.\W|\W.|\W$)#"; - $replace[] = '' . $row['smile_url'] . ''; + $replace[] = '' . $row['emoticon'] . ''; } while ($row = $db->sql_fetchrow($result));