mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Added new custom fields url formating to custom fields
This commit is contained in:
parent
2dc084da8a
commit
23e5c50d13
@ -292,7 +292,7 @@ if (check_login()) {
|
|||||||
|
|
||||||
$data[] = [
|
$data[] = [
|
||||||
'ref' => $referencia,
|
'ref' => $referencia,
|
||||||
'data_custom_field' => $values['name_custom_fields'],
|
'data_custom_field' => ui_bbcode_to_html($values['name_custom_fields']),
|
||||||
'server' => $values['server_name'],
|
'server' => $values['server_name'],
|
||||||
'agent' => $agent,
|
'agent' => $agent,
|
||||||
'IP' => $values['direccion'],
|
'IP' => $values['direccion'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user