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
15d451ef
Commit
15d451ef
authored
Nov 10, 2014
by
Leigh B Stoller
Browse files
Fix to previous revision.
parent
254d0d6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/genelists.in
View file @
15d451ef
...
...
@@ -301,7 +301,7 @@ if ($all || defined($user) || defined($pid)) {
else
{
$query
=
"
select g.pid,g.gid from groups as g
"
.
"
left join projects as p on p.pid=g.pid
"
.
"
where
p.approved=1
and p.nonlocal_id is null
"
.
"
where
g.pid='
$pid
'
and p.nonlocal_id is null
"
.
"
order by g.pid,g.gid
";
}
...
...
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