mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02:00
- some bugfixes
- set ip_check to A.B.C. by default - display postings in other encodings by default and present link to force the encoding as usual. git-svn-id: file:///svn/phpbb/trunk@6198 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -583,7 +583,7 @@ function mcp_delete_topic($topic_ids)
|
||||
add_log('mod', $forum_id, 0, 'LOG_TOPIC_DELETED', $row['topic_title']);
|
||||
}
|
||||
|
||||
$return = delete_topics('topic_id', $topic_ids, true);
|
||||
$return = delete_topics('topic_id', $topic_ids);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user