Skip to content
GitLab
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
ecb86318
Commit
ecb86318
authored
Dec 05, 2000
by
Leigh B. Stoller
Browse files
Oops, I left out a $ on summary local variable.
parent
dfdf0a87
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/beginexp_process.php3
View file @
ecb86318
...
...
@@ -246,8 +246,10 @@ for ($i = 0; $i < count($output); $i++) {
if
(
strcmp
(
$output
[
$i
],
"Dumping
$exp_id
.report"
)
==
0
)
break
;
}
$summary
=
""
;
echo
"<XMP>
\n
"
;
for
(
$i
=
$i
+
1
;
$i
<
count
(
$output
);
$i
++
)
{
$summary
=
"
$summary
$output[$i]
\n
"
;
echo
"
$output[$i]
\n
"
;
}
echo
"</XMP>
\n
"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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