mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-27 04:18:55 +00:00
stupid debug code :P
git-svn-id: file:///svn/phpbb/trunk@7148 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
70203a7123
commit
41af8d52ad
1 changed files with 0 additions and 1 deletions
|
@ -656,7 +656,6 @@ class bbcode_firstpass extends bbcode
|
||||||
$this->parsed_items['quote']++;
|
$this->parsed_items['quote']++;
|
||||||
|
|
||||||
// the buffer holds a valid opening tag
|
// the buffer holds a valid opening tag
|
||||||
$config['max_quote_depth'] = 0;
|
|
||||||
if ($config['max_quote_depth'] && sizeof($close_tags) >= $config['max_quote_depth'])
|
if ($config['max_quote_depth'] && sizeof($close_tags) >= $config['max_quote_depth'])
|
||||||
{
|
{
|
||||||
// there are too many nested quotes
|
// there are too many nested quotes
|
||||||
|
|
Loading…
Add table
Reference in a new issue