From 270c960a23d28828cfbabd44840d411f8e1bc957 Mon Sep 17 00:00:00 2001 From: Ludovic Arnaud Date: Thu, 19 Jun 2003 21:57:44 +0000 Subject: [PATCH] I'm pretty sure I screwed up the first commit git-svn-id: file:///svn/phpbb/trunk@4155 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/mcp.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpBB/mcp.php b/phpBB/mcp.php index c3627e3d60..8915456d56 100644 --- a/phpBB/mcp.php +++ b/phpBB/mcp.php @@ -1157,6 +1157,7 @@ switch ($mode) sync('topic', 'topic_id', $topic_id_list); sync('reported', 'topic_id', $topic_id_list); + sync('topic_attachment', 'topic_id', $topic_id_list); meta_refresh(3, $redirect_page);