mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=10871
This commit is contained in:
parent
40aa87b253
commit
cbb72a21cf
|
@ -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
|
||||
|
|
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue