fixed bugs in function field name with special characters and no-parameter functions
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user