1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

prepared (and fixed) topic review.

git-svn-id: file:///svn/phpbb/trunk@4010 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2003-05-17 17:33:44 +00:00
parent 7aa9eaeeb9
commit 33b0446650
3 changed files with 43 additions and 47 deletions

View File

@@ -24,6 +24,7 @@ class bbcode
var $bbcode_uid = '';
var $bbcode_bitfield = 0;
var $bbcode_cache = array();
var $bbcode_tpl = array();
function bbcode($bitfield = 0)
{