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
f8a103a6
Commit
f8a103a6
authored
Jul 30, 2018
by
Leigh B Stoller
Browse files
Minor cleanup.
parent
86382165
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/aptui/instance_defs.php
View file @
f8a103a6
...
...
@@ -980,10 +980,11 @@ class InstanceSliver
return
;
}
$uuid
=
$instance
->
uuid
();
$safe_urn
=
addslashes
(
$urn
);
$query_result
=
DBQueryWarn
(
"select * from apt_instance_aggregates "
.
"where uuid='
$uuid
' and aggregate_urn='
$urn
'"
);
"where uuid='
$uuid
' and aggregate_urn='
$
safe_
urn
'"
);
if
(
!
$query_result
||
!
mysql_num_rows
(
$query_result
))
{
$this
->
sliver
=
null
;
...
...
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