diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2003-02-26 13:24:41 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2003-02-26 13:24:41 +0000 |
commit | 8b9ea6feb4bc0010818f694804d2534cafff4446 (patch) | |
tree | f6f291f14af7b01dfd486c0743c8a2bd7a5f880d /phpBB/includes/functions_posting.php | |
parent | d95588823a7e2797fa3502ea145ca54689135a16 (diff) | |
download | forums-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.php | 2 |
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)); |