diff options
Diffstat (limited to 'phpBB/includes/functions_posting.php')
-rw-r--r-- | phpBB/includes/functions_posting.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php index d18a887807..858fd4d3ec 100644 --- a/phpBB/includes/functions_posting.php +++ b/phpBB/includes/functions_posting.php @@ -126,8 +126,6 @@ function update_last_post_information($type, $id, &$parent_sql) { global $db; - $parent_sql = array(); - switch ($type) { case 'forum': |