mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
the poll tables use the topic_id, not the post_id
git-svn-id: file:///svn/phpbb/trunk@5184 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1445,7 +1445,7 @@ function delete_forum_content($forum_id)
|
|||||||
REPORTS_TABLE => 're.post_id',
|
REPORTS_TABLE => 're.post_id',
|
||||||
TOPICS_WATCH_TABLE => 'tw.topic_id',
|
TOPICS_WATCH_TABLE => 'tw.topic_id',
|
||||||
TOPICS_TRACK_TABLE => 'tt.topic_id',
|
TOPICS_TRACK_TABLE => 'tt.topic_id',
|
||||||
POLL_OPTIONS_TABLE => 'po.post_id',
|
POLL_OPTIONS_TABLE => 'po.topic_id',
|
||||||
POLL_VOTES_TABLE => 'pv.post_id'
|
POLL_VOTES_TABLE => 'pv.post_id'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user