aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/posting.php
diff options
context:
space:
mode:
authordougk_ff7 <dougk_ff7@users.sourceforge.net>2001-11-21 03:10:10 +0000
committerdougk_ff7 <dougk_ff7@users.sourceforge.net>2001-11-21 03:10:10 +0000
commit3c6e635bec42f408701397579cba004eaca0c960 (patch)
tree550541cfdcbe70a568844e6729bdeed32d4f96d1 /phpBB/posting.php
parentfd9158ac750c4020251176a732972fe64002ddda (diff)
downloadforums-3c6e635bec42f408701397579cba004eaca0c960.tar
forums-3c6e635bec42f408701397579cba004eaca0c960.tar.gz
forums-3c6e635bec42f408701397579cba004eaca0c960.tar.bz2
forums-3c6e635bec42f408701397579cba004eaca0c960.tar.xz
forums-3c6e635bec42f408701397579cba004eaca0c960.zip
Now showing: A ton of bug fixes and a complete overhaul of my admin code...
git-svn-id: file:///svn/phpbb/trunk@1402 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/posting.php')
-rw-r--r--phpBB/posting.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php
index 10941974a5..9d6fb05405 100644
--- a/phpBB/posting.php
+++ b/phpBB/posting.php
@@ -2362,7 +2362,7 @@ else
$user_sig = $userdata['user_sig'];
}
- $post_message = preg_replace("/\:$post_bbcode_uid(|\:[a-z])/si", "", $post_message);
+ $post_message = preg_replace("/\:(([a-z0-9]:)?)$post_bbcode_uid/si", "", $post_message);
$post_message = str_replace("<br />", "\n", $post_message);
$post_message = preg_replace($html_entities_match, $html_entities_replace, $post_message);
$post_message = preg_replace('#</textarea>#si', '&lt;/textarea&gt;', $post_message);