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
ccb6de90
Commit
ccb6de90
authored
Nov 27, 2001
by
Leigh B. Stoller
Browse files
Change N/A to   as per Jay's request (for readability and quick
scanning).
parent
f7380c29
Changes
2
Hide whitespace changes
Inline
Side-by-side
www/showexp_list.php3
View file @
ccb6de90
...
...
@@ -88,7 +88,7 @@ if (mysql_num_rows($experiments_result)) {
<td>"
.
$usage
[
"pc"
]
.
" </td>
\n
"
;
if
(
$isadmin
)
{
$foo
=
"
N/A
"
;
$foo
=
"
 
"
;
if
(
$lastexpnodelogins
=
TBExpUidLastLogins
(
$pid
,
$eid
))
{
$foo
=
$lastexpnodelogins
[
"date"
]
.
" "
.
...
...
www/showuser_list.php3
View file @
ccb6de90
...
...
@@ -111,7 +111,7 @@ while ($row = mysql_fetch_array($query_result)) {
echo
"<td>
$idle_row[0]
</td>
\n
"
;
}
else
{
echo
"<td>
N/A
</td>
\n
"
;
echo
"<td>
 
</td>
\n
"
;
}
if
(
$loginarray
&&
isset
(
$loginarray
[
"
$unix_uid
"
]))
{
...
...
@@ -124,7 +124,7 @@ while ($row = mysql_fetch_array($query_result)) {
echo
"<td>
$idle_row[0]
</td>
\n
"
;
}
else
{
echo
"<td>
N/A
</td>
\n
"
;
echo
"<td>
 
</td>
\n
"
;
}
if
(
$isadmin
)
{
...
...
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