mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00: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:
parent
af7468621b
commit
1652fa243f
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue