aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_posting.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2003-02-26 13:24:41 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2003-02-26 13:24:41 +0000
commit8b9ea6feb4bc0010818f694804d2534cafff4446 (patch)
treef6f291f14af7b01dfd486c0743c8a2bd7a5f880d /phpBB/includes/functions_posting.php
parentd95588823a7e2797fa3502ea145ca54689135a16 (diff)
downloadforums-8b9ea6feb4bc0010818f694804d2534cafff4446.tar
forums-8b9ea6feb4bc0010818f694804d2534cafff4446.tar.gz
forums-8b9ea6feb4bc0010818f694804d2534cafff4446.tar.bz2
forums-8b9ea6feb4bc0010818f694804d2534cafff4446.tar.xz
forums-8b9ea6feb4bc0010818f694804d2534cafff4446.zip
hmm, wasn't aware of changed something here. strange.
git-svn-id: file:///svn/phpbb/trunk@3544 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_posting.php')
-rw-r--r--phpBB/includes/functions_posting.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php
index 78446897b7..4d62320c09 100644
--- a/phpBB/includes/functions_posting.php
+++ b/phpBB/includes/functions_posting.php
@@ -163,7 +163,7 @@ class parse_message
do
{
$match[] = "#(?<=.\W|\W.|^\W)" . preg_quote($row['code'], '#') . "(?=.\W|\W.|\W$)#";
- $replace[] = '<!-- s' . $row['code'] . ' --><img src="{SMILE_PATH}/' . $row['smile_url'] . '" alt="' . $row['smile_url'] . '" border="0" alt="' . $row['emoticon'] . '" title="' . $row['emoticon'] . '" /><!-- s' . $row['code'] . ' -->';
+ $replace[] = '<!-- s' . $row['code'] . ' --><img src="{SMILE_PATH}/' . $row['smile_url'] . '" border="0" alt="' . $row['emoticon'] . '" title="' . $row['emoticon'] . '" /><!-- s' . $row['code'] . ' -->';
}
while ($row = $db->sql_fetchrow($result));