mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
minor fix
This commit is contained in:
parent
d137e0d798
commit
7bfa78a3d5
@ -5160,14 +5160,6 @@ function events_page_general($event)
|
||||
$data[1] = '<i>'.__('N/A').'</i>';
|
||||
}
|
||||
|
||||
$data = [];
|
||||
$data[0] = __('Custom data');
|
||||
if ($event['custom_data'] != '') {
|
||||
$data[1] = $event['custom_data'];
|
||||
} else {
|
||||
$data[1] = '<i>'.__('N/A').'</i>';
|
||||
}
|
||||
|
||||
$table_general->data[] = $data;
|
||||
|
||||
$table_data = $table_general->data;
|
||||
|
Loading…
x
Reference in New Issue
Block a user