mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
I take it back!
git-svn-id: file:///svn/phpbb/trunk@8081 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -201,7 +201,6 @@ p a {
|
|||||||
<li>[Change] Moved note about dns_get_record function for using GTalk (Jabber) from Jabber log to Jabber ACP panel</li>
|
<li>[Change] Moved note about dns_get_record function for using GTalk (Jabber) from Jabber log to Jabber ACP panel</li>
|
||||||
<li>[Fix] Do not use register_shutdown_function within cron.php if handling the queue and the mail function being used (Bug #14321)</li>
|
<li>[Fix] Do not use register_shutdown_function within cron.php if handling the queue and the mail function being used (Bug #14321)</li>
|
||||||
<li>[Fix] Fixing private message on-hold code if moving messages into folder based on rules (Bug #14309)</li>
|
<li>[Fix] Fixing private message on-hold code if moving messages into folder based on rules (Bug #14309)</li>
|
||||||
<li>[Fix] Properly sync calls to move_posts() (Bug #14370)</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
@@ -504,7 +504,7 @@ function move_posts($post_ids, $topic_id, $auto_sync = true)
|
|||||||
|
|
||||||
sync('topic_reported', 'topic_id', $topic_ids);
|
sync('topic_reported', 'topic_id', $topic_ids);
|
||||||
sync('topic_attachment', 'topic_id', $topic_ids);
|
sync('topic_attachment', 'topic_id', $topic_ids);
|
||||||
sync('topic', 'topic_id', $topic_ids, true, true);
|
sync('topic', 'topic_id', $topic_ids, true);
|
||||||
sync('forum', 'forum_id', $forum_ids, true, true);
|
sync('forum', 'forum_id', $forum_ids, true, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user