Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
ceb02ee6
Commit
ceb02ee6
authored
Oct 20, 2005
by
Leigh B. Stoller
Browse files
Bug fix. We putting all users into the project lists, even those who
were frozen. Add test for status equal to active.
parent
fbdf95b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/genelists.in
View file @
ceb02ee6
...
...
@@ -431,7 +431,7 @@ sub ProjectLists($$)
"
from group_membership as p
"
.
"
left join users as u on u.uid=p.uid
"
.
"
where p.pid='
$pid
' and p.gid='
$gid
' and
"
.
"
p.trust!='none'
"
.
"
p.trust!='none'
and u.status='active'
"
.
"
order by u.usr_email
");
if
(
$query_result
->
numrows
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment