From afae95b90f159d4531ec48f9b320938181dd6292 Mon Sep 17 00:00:00 2001 From: natec Date: Sat, 10 Mar 2001 03:42:46 +0000 Subject: Performance hacks in template.inc - let me know if stuff breaks. git-svn-id: file:///svn/phpbb/trunk@96 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/functions/bbcode.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'phpBB/functions/bbcode.php') diff --git a/phpBB/functions/bbcode.php b/phpBB/functions/bbcode.php index dcc64b9afa..3c895f498a 100644 --- a/phpBB/functions/bbcode.php +++ b/phpBB/functions/bbcode.php @@ -120,8 +120,6 @@ function bbencode_first_pass($text) $uid = md5(uniqid(rand())); $uid = substr($uid, 0, BBCODE_UID_LEN); - //echo "UID LENGTH: " . strlen($uid) . "
"; - // pad it with a space so we can distinguish between FALSE and matching the 1st char (index 0). // This is important; bbencode_quote(), bbencode_list(), and bbencode_code() all depend on it. $text = " " . $text; -- cgit v1.2.1