Code cleanup
This commit is contained in:
parent
88aa108672
commit
18926ed404
4
sql.php
4
sql.php
@ -229,9 +229,9 @@ if (isset($_REQUEST['get_set_values']) && $_REQUEST['get_set_values'] == true) {
|
||||
$select = '';
|
||||
|
||||
//converts characters of $_REQUEST['curr_value'] to HTML entities
|
||||
$converted_curr_value=htmlentities($_REQUEST['curr_value'],ENT_COMPAT, "UTF-8");
|
||||
$converted_curr_value = htmlentities($_REQUEST['curr_value'], ENT_COMPAT, "UTF-8");
|
||||
|
||||
$selected_values = explode (',' , $converted_curr_value);
|
||||
$selected_values = explode(',', $converted_curr_value);
|
||||
|
||||
foreach ($values as $value) {
|
||||
$select .= '<option value="' . $value . '"';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user