mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
Event response creation name required
This commit is contained in:
parent
b47003a7b4
commit
352e0992d6
@ -90,6 +90,8 @@ $data[1] = html_print_input_text(
|
|||||||
'',
|
'',
|
||||||
50,
|
50,
|
||||||
255,
|
255,
|
||||||
|
true,
|
||||||
|
false,
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
$data[1] .= html_print_input_hidden('id_response', $event_response['id'], true);
|
$data[1] .= html_print_input_hidden('id_response', $event_response['id'], true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user