mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +02:00
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:
@@ -104,7 +104,8 @@ if ($forum_data['forum_link'])
|
|||||||
if ($forum_data['forum_link_track'])
|
if ($forum_data['forum_link_track'])
|
||||||
{
|
{
|
||||||
$sql = 'UPDATE ' . FORUMS_TABLE . '
|
$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);
|
$db->sql_query($sql);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user