- fix typo in manage_privileges

svn path=/trunk/boinc/; revision=24276
This commit is contained in:
David Anderson 2011-09-23 17:04:22 +00:00
parent c9650f9886
commit c4f234931e
2 changed files with 7 additions and 1 deletions

View File

@ -6429,3 +6429,9 @@ Rom 22 Sept 2011
/
configure.ac
version.h
David 23 Sept 2011
- fix typo in manage_privileges
tools/
manage_privileges

View File

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