1
0
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:
Meik Sievertsen
2003-10-09 14:49:21 +00:00
parent 4da761be39
commit 40c38c6f81
2 changed files with 13 additions and 12 deletions

View File

@@ -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;
}