1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

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
This commit is contained in:
Meik Sievertsen
2003-04-12 14:30:21 +00:00
parent 75eef6bfd7
commit 793182218a
6 changed files with 79 additions and 12 deletions

View File

@@ -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])
{