diff --git a/pages/run.php b/pages/run.php index a18278a..24d3552 100644 --- a/pages/run.php +++ b/pages/run.php @@ -214,7 +214,7 @@ 0): ?> Results - .csv + .csv @@ -301,24 +301,24 @@ if (strlen($varInputs[5][$i]) > 0) $strInputDefaultValue = $varInputs[5][$i]; - $varOptions = []; + $varInputOptions = []; if (strtolower($varInputs[4][$i]) == "options") { $strOptionsList = $varInputs[5][$i]; - $varOptions = explode(",", $strOptionsList); + $varInputOptions = explode(",", $strOptionsList); } ?>
- 0): ?> + 0): ?>