mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
safe_input to custom field data received (dataserver)
Former-commit-id: 4f38e951d02d7e3645b632cd0e48b52647565966
This commit is contained in:
parent
d114a77151
commit
c5501e2b0a
@ -402,7 +402,7 @@ sub process_xml_data ($$$$$) {
|
||||
|
||||
$field_agent->{'id_agent'} = $agent_id;
|
||||
$field_agent->{'id_field'} = $custom_field_info->{'id_field'};
|
||||
$field_agent->{'description'} = $cf_value;
|
||||
$field_agent->{'description'} = safe_input($cf_value);
|
||||
|
||||
db_process_insert($dbh, 'id_field', 'tagent_custom_data', $field_agent);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user