minor fix

This commit is contained in:
alejandro.campos@artica.es 2022-03-30 10:01:37 +02:00
parent d137e0d798
commit 7bfa78a3d5
1 changed files with 0 additions and 8 deletions

View File

@ -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;