aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/bbcode.php
diff options
context:
space:
mode:
authorthe_systech <the_systech@users.sourceforge.net>2002-01-09 01:39:23 +0000
committerthe_systech <the_systech@users.sourceforge.net>2002-01-09 01:39:23 +0000
commitb05dc90109390d403ef4dc220dbe6cc725505c74 (patch)
tree217eb2a79f24c74c6fdae158e0a7c675eb5e462d /phpBB/includes/bbcode.php
parentc8cdd4846e6e57b06fa364900ac548c365bc629d (diff)
downloadforums-b05dc90109390d403ef4dc220dbe6cc725505c74.tar
forums-b05dc90109390d403ef4dc220dbe6cc725505c74.tar.gz
forums-b05dc90109390d403ef4dc220dbe6cc725505c74.tar.bz2
forums-b05dc90109390d403ef4dc220dbe6cc725505c74.tar.xz
forums-b05dc90109390d403ef4dc220dbe6cc725505c74.zip
@!!$@## 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
Diffstat (limited to 'phpBB/includes/bbcode.php')
-rw-r--r--phpBB/includes/bbcode.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/bbcode.php b/phpBB/includes/bbcode.php
index 2ad605c9eb..0a9a747832 100644
--- a/phpBB/includes/bbcode.php
+++ b/phpBB/includes/bbcode.php
@@ -169,7 +169,7 @@ function bbencode_second_pass($text, $uid)
// New one liner to deal with opening quotes with usernames...
// 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.
$text = str_replace("[b:$uid]", $bbcode_tpl['b_open'], $text);