@!!$@## gotta stop testing on one machine and commiting changes on another... I mistyped one word, and broke quotes completely. :( Somebody please get me a beer

git-svn-id: file:///svn/phpbb/trunk@1824 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
the_systech 2002-01-09 01:39:23 +00:00
parent c8cdd4846e
commit b05dc90109

View file

@ -169,7 +169,7 @@ function bbencode_second_pass($text, $uid)
// New one liner to deal with opening quotes with usernames... // New one liner to deal with opening quotes with usernames...
// replaces the two line version that I had here before.. // replaces the two line version that I had here before..
$text = preg_replace("/\[quote:$uid=(?:\"?([^\"]*)\"?)\]/si", $bbcode_tbl['quote_username_open'], $text); $text = preg_replace("/\[quote:$uid=(?:\"?([^\"]*)\"?)\]/si", $bbcode_tpl['quote_username_open'], $text);
// [b] and [/b] for bolding text. // [b] and [/b] for bolding text.
$text = str_replace("[b:$uid]", $bbcode_tpl['b_open'], $text); $text = str_replace("[b:$uid]", $bbcode_tpl['b_open'], $text);