From 7503c85590ccfa01634d2b071eb8e6ab1475db73 Mon Sep 17 00:00:00 2001 From: the_systech Date: Tue, 14 Aug 2001 17:49:12 +0000 Subject: [PATCH] Ok last bit with the smilies :) git-svn-id: file:///svn/phpbb/trunk@875 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index a12b10c401..e09b01c763 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -788,7 +788,7 @@ function smilies_pass($message) for($i = 0; $i < count($smilies); $i++) { $orig[] = "'\B" . preg_quote($smilies[$i]['code']) . "\B'sxi"; - $repl[] = '\1' . $smilies[$i]['smile_url'] . '\2'; + $repl[] = '' . $smilies[$i]['smile_url'] . ''; } if($i > 0)