fixed bugs in function field name with special characters and no-parameter functions

This commit is contained in:
Loïc Chapeaux
2001-08-28 17:50:20 +00:00
parent ebf1d6e183
commit 6ec97b4ddf
2 changed files with 27 additions and 14 deletions

View File

@@ -140,7 +140,7 @@ for ($i = 0; $i < $fields_cnt; $i++) {
} else {
?>
<td>
<select name="funcs[<?php echo $field; ?>]">
<select name="funcs[<?php echo urlencode($field); ?>]">
<option></option>
<?php
echo "\n";