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
cc12ed9c
Commit
cc12ed9c
authored
Apr 07, 2003
by
Chad Barb
Browse files
Negative times must die!!!
parent
32a31446
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/showexp_list.php3
View file @
cc12ed9c
...
...
@@ -590,7 +590,11 @@ if ($thumb && !$idle) {
else
echo
"<td>
$nodes
</td>
\n
"
;
echo
"<td>
$idletime
</td>
\n
"
;
if
(
$idletime
==
-
1
)
{
echo
"<td> </td>
\n
"
;
}
else
{
echo
"<td>
$idletime
</td>
\n
"
;
}
if
(
$showlastlogin
)
echo
"
$lastlogin
\n
"
;
if
(
$idle
)
echo
"
$foo
\n
"
;
...
...
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