mirror of https://github.com/BOINC/boinc.git
- fix typo in manage_privileges
svn path=/trunk/boinc/; revision=24276
This commit is contained in:
parent
c9650f9886
commit
c4f234931e
|
@ -6429,3 +6429,9 @@ Rom 22 Sept 2011
|
|||
/
|
||||
configure.ac
|
||||
version.h
|
||||
|
||||
David 23 Sept 2011
|
||||
- fix typo in manage_privileges
|
||||
|
||||
tools/
|
||||
manage_privileges
|
||||
|
|
|
@ -147,7 +147,7 @@ if ($argv[3] === "all") {
|
|||
}
|
||||
} else {
|
||||
if ($grant) {
|
||||
$bus = BoincUserSubmit::lookup(userid($user->id);
|
||||
$bus = BoincUserSubmit::lookup_userid($user->id);
|
||||
if (!$bus) {
|
||||
BoincUserSubmit::insert("user_id=$user->id=1");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue