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
b6bca670
Commit
b6bca670
authored
Sep 18, 2001
by
Robert Ricci
Browse files
Fixed bug in a MySQL query that was introduced way back in revision
1.13, but had somehow gone unnoticed until now.
parent
37076420
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/os_load.in
View file @
b6bca670
...
...
@@ -323,7 +323,7 @@ sub dolisting()
DBQueryFatal
("
select distinct i.* from images as i
"
.
"
left join proj_memb as p on
"
.
"
i.pid IS NULL or p.pid=i.pid
"
.
"
where p.uid='
$me
' order by i.pid,
o
.imageid
");
"
where p.uid='
$me
' order by i.pid,
i
.imageid
");
}
else
{
$query_result
=
...
...
Write
Preview
Markdown
is supported
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