From c4f234931ee42237efaa6754dcac5a31a0bf180b Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 23 Sep 2011 17:04:22 +0000 Subject: [PATCH] - fix typo in manage_privileges svn path=/trunk/boinc/; revision=24276 --- checkin_notes | 6 ++++++ tools/manage_privileges | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/checkin_notes b/checkin_notes index 025e354096..0d8391277b 100644 --- a/checkin_notes +++ b/checkin_notes @@ -6429,3 +6429,9 @@ Rom 22 Sept 2011 / configure.ac version.h + +David 23 Sept 2011 + - fix typo in manage_privileges + + tools/ + manage_privileges diff --git a/tools/manage_privileges b/tools/manage_privileges index 427b94adac..3a2201d26d 100755 --- a/tools/manage_privileges +++ b/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"); }