From f68771d64ce689fe4e9300c88d5d53b0c685c6ef Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sat, 15 Jan 2005 18:49:54 +0000 Subject: - bugfixes - do not hardcode url bbcode tag (please change the bitfield accordingly - see schema file!) git-svn-id: file:///svn/phpbb/trunk@5063 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/bbcode.php | 1 - 1 file changed, 1 deletion(-) (limited to 'phpBB/includes/bbcode.php') diff --git a/phpBB/includes/bbcode.php b/phpBB/includes/bbcode.php index 2ed8b00e0e..40d477cfec 100644 --- a/phpBB/includes/bbcode.php +++ b/phpBB/includes/bbcode.php @@ -342,7 +342,6 @@ class bbcode 'i_close' => '', 'u_open' => '', 'u_close' => '', - 'url' => '$2', 'img' => '', 'size' => '$2', 'color' => '$2', -- cgit v1.2.1