mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-29 21:10:31 +02:00
request_var updates
attachment updates/fixes git-svn-id: file:///svn/phpbb/trunk@4540 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user