mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00: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:
parent
8b7be7c1ec
commit
6f4dd17d01
1 changed files with 1 additions and 1 deletions
|
@ -1445,7 +1445,7 @@ function delete_forum_content($forum_id)
|
|||
REPORTS_TABLE => 're.post_id',
|
||||
TOPICS_WATCH_TABLE => 'tw.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'
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue