aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/template.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2003-04-12 14:30:21 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2003-04-12 14:30:21 +0000
commit793182218a4e45fd6e28295e1f07e966922d2db1 (patch)
tree7716de09c3c465b2874afea3220b3795678afa03 /phpBB/includes/template.php
parent75eef6bfd7bbfdbb5a359e42015509197ad9d4ce (diff)
downloadforums-793182218a4e45fd6e28295e1f07e966922d2db1.tar
forums-793182218a4e45fd6e28295e1f07e966922d2db1.tar.gz
forums-793182218a4e45fd6e28295e1f07e966922d2db1.tar.bz2
forums-793182218a4e45fd6e28295e1f07e966922d2db1.tar.xz
forums-793182218a4e45fd6e28295e1f07e966922d2db1.zip
added 711252 and lock topic within post, fixed post editing a bit.
git-svn-id: file:///svn/phpbb/trunk@3817 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/template.php')
-rw-r--r--phpBB/includes/template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/template.php b/phpBB/includes/template.php
index c016c2740e..274fffb1d7 100644
--- a/phpBB/includes/template.php
+++ b/phpBB/includes/template.php
@@ -342,7 +342,7 @@ class Template {
$compile_blocks = array();
- for ($curr_tb = 0; $curr_tb < count($text_blocks); $curr_tb++)
+ for ($curr_tb = 0; $curr_tb < count($text_blocks); $curr_tb++)
{
switch ($blocks[1][$curr_tb])
{