From 40c38c6f81753336632c15a20eb2c71dcb867d59 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Thu, 9 Oct 2003 14:49:21 +0000 Subject: request_var updates attachment updates/fixes git-svn-id: file:///svn/phpbb/trunk@4540 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions_posting.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'phpBB/includes/functions_posting.php') 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; } -- cgit v1.2.1