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-stable
Commits
05e5fe10
Commit
05e5fe10
authored
Mar 06, 2002
by
Leigh B. Stoller
Browse files
Uh, lets print events for the experiment, not the entire set of all
events in the DB!
parent
67633091
Changes
1
Show whitespace changes
Inline
Side-by-side
tbsetup/tbreport.in
View file @
05e5fe10
...
...
@@ -221,6 +221,7 @@ $result =
"
from eventlist as ex
"
.
"
left join event_eventtypes as et on ex.eventtype=et.idx
"
.
"
left join event_objecttypes as ot on ex.objecttype=ot.idx
"
.
"
where ex.pid='
$pid
' and ex.eid='
$eid
'
"
.
"
order by time
");
if
(
$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