From 6f4dd17d019e21ac65cf03fa6cb4d5c614ce9e6d Mon Sep 17 00:00:00 2001 From: Bart van Bragt Date: Sun, 10 Jul 2005 20:15:01 +0000 Subject: [PATCH] the poll tables use the topic_id, not the post_id git-svn-id: file:///svn/phpbb/trunk@5184 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/adm/admin_forums.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/adm/admin_forums.php b/phpBB/adm/admin_forums.php index 0a6180499a..d83c9dfb4b 100644 --- a/phpBB/adm/admin_forums.php +++ b/phpBB/adm/admin_forums.php @@ -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' );