*** empty log message ***

svn path=/trunk/boinc/; revision=10871
This commit is contained in:
David Anderson 2006-08-08 22:26:13 +00:00
parent 40aa87b253
commit cbb72a21cf
2 changed files with 7 additions and 1 deletions

View File

@ -8559,3 +8559,9 @@ David 8 Aug 2006
client/
time_stats.C
David 8 Aug 2006
- bug fix
html/user/
forum_moderate_post_action.php

View File

@ -43,7 +43,7 @@ if ($action=="hide"){
$result = $post->move($destination_thread);
} elseif ($action=="banish_user"){
$userid = get_int('userid');
$user = lookup_user_id($userid);
$user = newUser($userid);
if (!$user) {
error_page("no user");
}