svn path=/trunk/boinc/; revision=23033

This commit is contained in:
David Anderson 2011-02-14 21:01:37 +00:00
parent 8c9c412249
commit 226d70d174
1 changed files with 1 additions and 0 deletions

View File

@ -884,6 +884,7 @@ function unhide_thread($thread, $forum) {
if (!$ret) return $ret;
$forum->update("threads=threads+1, posts=posts+$thread->replies+1");
update_forum_timestamp($forum);
return true;
}
function move_thread($thread, $old_forum, $new_forum) {