Skip to content
GitLab
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
e5f66520
Commit
e5f66520
authored
May 13, 2011
by
Leigh B Stoller
Browse files
Merge branch 'master' of git-public.flux.utah.edu:/flux/git/emulab-devel
parents
d9ab33ac
9d47643f
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/showstats.php3
View file @
e5f66520
<?php
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-20
07, 2010
University of Utah and the Flux Group.
# Copyright (c) 2000-20
11
University of Utah and the Flux Group.
# All rights reserved.
#
include
(
"defs.php3"
);
...
...
@@ -176,8 +176,7 @@ else {
}
# Do the endwith to ensure the query does not take too long
$endwith
=
(
$startwith
?
$startwith
-
1000
:
0
);
$startclause
=
(
$startwith
?
"(t.idx<
$startwith
and t.idx>
$endwith
)"
:
""
);
$startclause
=
(
$startwith
?
"(t.idx<
$startwith
)"
:
""
);
if
(
strlen
(
$wclause
))
{
if
(
strlen
(
$startclause
))
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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