From 7bfa78a3d51ca5a013cef90ee3754205db5762d8 Mon Sep 17 00:00:00 2001 From: "alejandro.campos@artica.es" Date: Wed, 30 Mar 2022 10:01:37 +0200 Subject: [PATCH] minor fix --- pandora_console/include/functions_events.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pandora_console/include/functions_events.php b/pandora_console/include/functions_events.php index 986fdab80c..c666b54b32 100644 --- a/pandora_console/include/functions_events.php +++ b/pandora_console/include/functions_events.php @@ -5160,14 +5160,6 @@ function events_page_general($event) $data[1] = ''.__('N/A').''; } - $data = []; - $data[0] = __('Custom data'); - if ($event['custom_data'] != '') { - $data[1] = $event['custom_data']; - } else { - $data[1] = ''.__('N/A').''; - } - $table_general->data[] = $data; $table_data = $table_general->data;