aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/bbcode.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2003-05-17 17:33:44 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2003-05-17 17:33:44 +0000
commit33b0446650cb38e462bf12005637dfc980e4458b (patch)
treea3687b84826c96016f4dca11c6163d378503c5a5 /phpBB/includes/bbcode.php
parent7aa9eaeeb90196b79ec23c9f1f7f2885e1f0580d (diff)
downloadforums-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.php1
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)
{