git-svn-id: file:///svn/phpbb/trunk@4040 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Ludovic Arnaud 2003-05-21 19:07:53 +00:00
parent 2af466141d
commit db4f5c970b

View file

@ -221,6 +221,7 @@ switch ($mode)
$sql['forum_posts'] = 0; $sql['forum_posts'] = 0;
$sql['forum_topics'] = 0; $sql['forum_topics'] = 0;
$sql['forum_topics_real'] = 0;
} }
if ($row['parent_id'] != $parent_id) if ($row['parent_id'] != $parent_id)