aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_admin.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2009-04-12 13:21:25 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2009-04-12 13:21:25 +0000
commite35b5c26e6a3f2a8a764899eb0b03495aac284e0 (patch)
tree5dbf7026d1184abff76cc5a6f3070e2d9ba0a6fc /phpBB/includes/functions_admin.php
parent0319733ea8e9dd5225fc9169bb3a063bf29bcd9c (diff)
downloadforums-e35b5c26e6a3f2a8a764899eb0b03495aac284e0.tar
forums-e35b5c26e6a3f2a8a764899eb0b03495aac284e0.tar.gz
forums-e35b5c26e6a3f2a8a764899eb0b03495aac284e0.tar.bz2
forums-e35b5c26e6a3f2a8a764899eb0b03495aac284e0.tar.xz
forums-e35b5c26e6a3f2a8a764899eb0b03495aac284e0.zip
Fix skipping messages if using next/prev PM in history links. (Bug #22205)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9441 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_admin.php')
-rw-r--r--phpBB/includes/functions_admin.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/includes/functions_admin.php b/phpBB/includes/functions_admin.php
index 7aaff2a562..79282c0358 100644
--- a/phpBB/includes/functions_admin.php
+++ b/phpBB/includes/functions_admin.php
@@ -664,6 +664,8 @@ function delete_posts($where_type, $where_ids, $auto_sync = true, $posted_sync =
{
delete_posts($where_type, $_where_ids, $auto_sync, $posted_sync, $post_count_sync, $call_delete_topics);
}
+
+ return;
}*/
$where_clause = $db->sql_in_set($where_type, $where_ids);