diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2003-10-09 14:49:21 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2003-10-09 14:49:21 +0000 |
commit | 40c38c6f81753336632c15a20eb2c71dcb867d59 (patch) | |
tree | 583c0a6af5ef331101475b820ee4b75a158a5148 /phpBB/includes/functions_posting.php | |
parent | 4da761be39a6cd2962dc95391e41cb02ab964b85 (diff) | |
download | forums-40c38c6f81753336632c15a20eb2c71dcb867d59.tar forums-40c38c6f81753336632c15a20eb2c71dcb867d59.tar.gz forums-40c38c6f81753336632c15a20eb2c71dcb867d59.tar.bz2 forums-40c38c6f81753336632c15a20eb2c71dcb867d59.tar.xz forums-40c38c6f81753336632c15a20eb2c71dcb867d59.zip |
request_var updates
attachment updates/fixes
git-svn-id: file:///svn/phpbb/trunk@4540 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_posting.php')
-rw-r--r-- | phpBB/includes/functions_posting.php | 5 |
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; } |