mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
Add module critical instructions when create an event - #1862
This commit is contained in:
parent
26de4f6517
commit
5c0f0de1e4
@ -2283,7 +2283,7 @@ function events_page_details ($event, $server = "") {
|
|||||||
|
|
||||||
$data = array();
|
$data = array();
|
||||||
$data[0] = __('Instructions');
|
$data[0] = __('Instructions');
|
||||||
$data[1] = events_display_instructions ($event['event_type'], $events, true);
|
$data[1] = events_display_instructions ($event['event_type'], $event, true);
|
||||||
$table_details->data[] = $data;
|
$table_details->data[] = $data;
|
||||||
|
|
||||||
$data = array();
|
$data = array();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user