From 45c97a40d268ec2be7e3300a46a2068e75f5ce52 Mon Sep 17 00:00:00 2001 From: "Marek A. R" Date: Sat, 29 Mar 2008 14:11:49 +0000 Subject: A little cleanup git-svn-id: file:///svn/phpbb/trunk@8480 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/bbcode/bbcode_parser.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'phpBB/includes/bbcode/bbcode_parser.php') diff --git a/phpBB/includes/bbcode/bbcode_parser.php b/phpBB/includes/bbcode/bbcode_parser.php index f76b3ade39..81151a2945 100644 --- a/phpBB/includes/bbcode/bbcode_parser.php +++ b/phpBB/includes/bbcode/bbcode_parser.php @@ -2,7 +2,7 @@ /** * * @package phpBB3 -* @version +* @version $Id$ * @copyright (c) 2005 phpBB Group * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @@ -37,7 +37,7 @@ class phpbb_bbcode_parser extends phpbb_bbcode_parser_base 'parents' => array(true), ), // The exact I BBcode from phpBB - 'i' => array( + 'i' => array( 'replace' => '', 'close' => '', 'attributes' => array(), @@ -207,7 +207,7 @@ class phpbb_bbcode_parser extends phpbb_bbcode_parser_base ':(' => '', ); - $this->text_callback = 'strtoupper'; +// $this->text_callback = 'strtoupper'; parent::__construct(); } -- cgit v1.2.1