From 1b002cbc8dece249787d549e52ddf732cc3c7ded Mon Sep 17 00:00:00 2001 From: "Leigh B. Stoller" <stoller@flux.utah.edu> Date: Mon, 8 Jan 2007 19:36:07 +0000 Subject: [PATCH] Fix minor typo in AccessCheck(). --- www/user_defs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/user_defs.php b/www/user_defs.php index 4d31854ba0..453ca6aa3a 100644 --- a/www/user_defs.php +++ b/www/user_defs.php @@ -718,7 +718,7 @@ class User "left join group_membership as authed on ". " g.pid_idx=authed.pid_idx and ". " g.gid_idx=authed.gid_idx and ". - " g.uid_idx='$uid_idx' ". + " g.uid_idx='$this_idx' ". "where authed.uid_idx='$auth_idx' and ". " (authed.trust='group_root' or ". " authed.trust='project_root')"); -- GitLab