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
3d73eff6
Commit
3d73eff6
authored
Jun 07, 2006
by
Leigh B. Stoller
Browse files
Bug fix from DETER.
parent
ace32fe4
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/showosid_list.php3
View file @
3d73eff6
<?php
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-2004 University of Utah and the Flux Group.
# Copyright (c) 2000-2004
, 2006
University of Utah and the Flux Group.
# All rights reserved.
#
include
(
"defs.php3"
);
...
...
@@ -112,7 +112,7 @@ if (mysql_num_rows($query_result)) {
while
(
$row
=
mysql_fetch_array
(
$query_result
))
{
$osname
=
$row
[
osname
];
$osid
=
$row
[
osid
];
$osid
=
urlencode
(
$row
[
osid
]
)
;
$descrip
=
stripslashes
(
$row
[
description
]);
$pid
=
$row
[
pid
];
...
...
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