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
9926a5e5
Commit
9926a5e5
authored
Nov 07, 2006
by
Leigh B. Stoller
Browse files
Minor bug fix wrt run parameters not getting spit out to XML file.
parent
e89ee617
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/template_exprun.php
View file @
9926a5e5
...
...
@@ -595,6 +595,7 @@ if (count($parameter_masterlist)) {
fwrite
(
$fp
,
"<template_parameters>
\n
"
);
reset
(
$parameter_masterlist
);
while
(
list
(
$name
,
$default_value
)
=
each
(
$parameter_masterlist
))
{
if
(
isset
(
$parameters
[
$name
]))
{
$value
=
$parameters
[
$name
];
...
...
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