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
dba99ccc
Commit
dba99ccc
authored
Aug 04, 2003
by
Leigh B. Stoller
Browse files
Fix testbed_stats query breakage that Mac spotted.
parent
5779d685
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/showsumstats.php3
View file @
dba99ccc
...
...
@@ -363,7 +363,7 @@ function showrange ($showby, $sortby, $range) {
DBQueryFatal
(
"select action from testbed_stats "
.
"where exptidx=
$idx
and "
.
" UNIX_TIMESTAMP(end_time)<
$tstamp
"
.
"order by
tstamp
desc"
);
"order by
end_time
desc"
);
while
(
$srow
=
mysql_fetch_assoc
(
$swapper_result
))
{
$saction
=
$srow
[
"action"
];
...
...
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