diff options
author | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2003-05-21 19:07:53 +0000 |
---|---|---|
committer | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2003-05-21 19:07:53 +0000 |
commit | db4f5c970b9f2fb8664a151bc14d387c2c95ef5c (patch) | |
tree | 358dd9bc9004b140d63ed2e6f9962e24eaa992b9 /phpBB/adm/admin_forums.php | |
parent | 2af466141d97dfaef8f11b7fe8e72bcbcc8fb91e (diff) | |
download | forums-db4f5c970b9f2fb8664a151bc14d387c2c95ef5c.tar forums-db4f5c970b9f2fb8664a151bc14d387c2c95ef5c.tar.gz forums-db4f5c970b9f2fb8664a151bc14d387c2c95ef5c.tar.bz2 forums-db4f5c970b9f2fb8664a151bc14d387c2c95ef5c.tar.xz forums-db4f5c970b9f2fb8664a151bc14d387c2c95ef5c.zip |
n/m
git-svn-id: file:///svn/phpbb/trunk@4040 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/admin_forums.php')
-rw-r--r-- | phpBB/adm/admin_forums.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/adm/admin_forums.php b/phpBB/adm/admin_forums.php index 3406243bfd..b43ef2437b 100644 --- a/phpBB/adm/admin_forums.php +++ b/phpBB/adm/admin_forums.php @@ -221,6 +221,7 @@ switch ($mode) $sql['forum_posts'] = 0; $sql['forum_topics'] = 0; + $sql['forum_topics_real'] = 0; } if ($row['parent_id'] != $parent_id) |