diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2003-05-17 17:33:44 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2003-05-17 17:33:44 +0000 |
commit | 33b0446650cb38e462bf12005637dfc980e4458b (patch) | |
tree | a3687b84826c96016f4dca11c6163d378503c5a5 /phpBB/includes/bbcode.php | |
parent | 7aa9eaeeb90196b79ec23c9f1f7f2885e1f0580d (diff) | |
download | forums-33b0446650cb38e462bf12005637dfc980e4458b.tar forums-33b0446650cb38e462bf12005637dfc980e4458b.tar.gz forums-33b0446650cb38e462bf12005637dfc980e4458b.tar.bz2 forums-33b0446650cb38e462bf12005637dfc980e4458b.tar.xz forums-33b0446650cb38e462bf12005637dfc980e4458b.zip |
prepared (and fixed) topic review.
git-svn-id: file:///svn/phpbb/trunk@4010 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/bbcode.php')
-rw-r--r-- | phpBB/includes/bbcode.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/bbcode.php b/phpBB/includes/bbcode.php index 73f57d16f5..8de3fac2b3 100644 --- a/phpBB/includes/bbcode.php +++ b/phpBB/includes/bbcode.php @@ -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) { |