hhmm, sort of explains the weird post count behaviour of recent days ...

git-svn-id: file:///svn/phpbb/trunk@3974 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2003-05-04 13:40:21 +00:00
parent af7468621b
commit 1652fa243f

View file

@ -104,7 +104,8 @@ if ($forum_data['forum_link'])
if ($forum_data['forum_link_track'])
{
$sql = 'UPDATE ' . FORUMS_TABLE . '
SET forum_posts = forum_posts + 1';
SET forum_posts = forum_posts + 1
WHERE forum_id = ' . $forum_id;
$db->sql_query($sql);
}