diff options
author | David M <davidmj@users.sourceforge.net> | 2007-03-08 01:06:11 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2007-03-08 01:06:11 +0000 |
commit | 41af8d52adb69d9cbd4f6de4ed2c5cdc4ba14682 (patch) | |
tree | 0c87ff246bc414533190fbe4bbe6ed543b387b1c /phpBB | |
parent | 70203a71237a4611f33974536d378ae8d88b490d (diff) | |
download | forums-41af8d52adb69d9cbd4f6de4ed2c5cdc4ba14682.tar forums-41af8d52adb69d9cbd4f6de4ed2c5cdc4ba14682.tar.gz forums-41af8d52adb69d9cbd4f6de4ed2c5cdc4ba14682.tar.bz2 forums-41af8d52adb69d9cbd4f6de4ed2c5cdc4ba14682.tar.xz forums-41af8d52adb69d9cbd4f6de4ed2c5cdc4ba14682.zip |
stupid debug code :P
git-svn-id: file:///svn/phpbb/trunk@7148 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/includes/message_parser.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/message_parser.php b/phpBB/includes/message_parser.php index 0450e49e64..223248fe2f 100644 --- a/phpBB/includes/message_parser.php +++ b/phpBB/includes/message_parser.php @@ -656,7 +656,6 @@ class bbcode_firstpass extends bbcode $this->parsed_items['quote']++; // the buffer holds a valid opening tag - $config['max_quote_depth'] = 0; if ($config['max_quote_depth'] && sizeof($close_tags) >= $config['max_quote_depth']) { // there are too many nested quotes |