diff options
author | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2003-06-19 21:57:44 +0000 |
---|---|---|
committer | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2003-06-19 21:57:44 +0000 |
commit | 270c960a23d28828cfbabd44840d411f8e1bc957 (patch) | |
tree | ab104229f163b23f16d0c37e37cb2d10863fc133 /phpBB/mcp.php | |
parent | 06a3df9ff3fa51199c71ce33dbb9b710e0c3b833 (diff) | |
download | forums-270c960a23d28828cfbabd44840d411f8e1bc957.tar forums-270c960a23d28828cfbabd44840d411f8e1bc957.tar.gz forums-270c960a23d28828cfbabd44840d411f8e1bc957.tar.bz2 forums-270c960a23d28828cfbabd44840d411f8e1bc957.tar.xz forums-270c960a23d28828cfbabd44840d411f8e1bc957.zip |
I'm pretty sure I screwed up the first commit
git-svn-id: file:///svn/phpbb/trunk@4155 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/mcp.php')
-rw-r--r-- | phpBB/mcp.php | 1 |
1 files changed, 1 insertions, 0 deletions
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); |