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
3d8072e1
Commit
3d8072e1
authored
Mar 05, 2007
by
Leigh B. Stoller
Browse files
Fix PHP warning.
parent
6320d24b
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/showlasterror.php3
View file @
3d8072e1
...
...
@@ -42,7 +42,7 @@ if (mysql_num_rows($query_result) != 0) {
$row
=
mysql_fetch_array
(
$query_result
);
echo
"<h2>
$row[cause_desc]
</h2>
\n
"
;
echo
"<pre>
\n
"
;
echo
htmlspecialchars
(
$row
[
mesg
])
.
"
\n
"
;
echo
htmlspecialchars
(
$row
[
"
mesg
"
])
.
"
\n
"
;
echo
"
\n
"
;
echo
"Cause:
$row[cause]
\n
"
;
echo
"Confidence:
$row[confidence]
\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