aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_posting.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/functions_posting.php')
-rw-r--r--phpBB/includes/functions_posting.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php
index 0358672e5c..6f6f685cfa 100644
--- a/phpBB/includes/functions_posting.php
+++ b/phpBB/includes/functions_posting.php
@@ -171,7 +171,7 @@ function update_last_post_information($type, $id, &$parent_sql)
$update_sql[] = 'forum_last_poster_id = 0';
$update_sql[] = "forum_last_poster_name = ''";
}
-
+/*
// Return 'Udate all Parents' information
// Not able to test this, since subforums seems to be broken
if ($type == 'forum')
@@ -190,7 +190,8 @@ function update_last_post_information($type, $id, &$parent_sql)
WHERE forum_id IN (' . implode(', ', $forum_ids) . ')';
}
}
-
+*/
+
return $update_sql;
}