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
82ff3250
Commit
82ff3250
authored
Feb 22, 2007
by
Leigh B. Stoller
Browse files
Fix PHP warnings.
parent
e6cea7a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/cdromcheckin.php3
View file @
82ff3250
...
...
@@ -113,7 +113,7 @@ if (! mysql_num_rows($query_result)) {
return
;
}
$row
=
mysql_fetch_array
(
$query_result
);
$cdvers
=
$row
[
version
];
$cdvers
=
$row
[
"
version
"
];
#
# Node is requesting latest instructions. Give it the script. This could
...
...
@@ -201,7 +201,7 @@ if (!mysql_num_rows($query_result)) {
return
;
}
$warow
=
mysql_fetch_array
(
$query_result
);
$privIP
=
$warow
[
IP
];
$privIP
=
$warow
[
"
IP
"
];
#
# If the node is reporting that its finished updating, then make its
...
...
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