From a4696ac60da2f12fece07bf82746a4a303afc781 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Tue, 1 Jun 2010 15:04:31 +0000 Subject: [PATCH] 2010-06-01 Miguel de Dios * include/functions.php, godmode/reporting/reporting_builder.item_editor.php: deleted item type of agent_detailed. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2835 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 6 ++++++ .../reporting/reporting_builder.item_editor.php | 10 +++++----- pandora_console/include/functions.php | 2 +- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 8a0531d80d..3f0640e7f8 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2010-06-01 Miguel de Dios + + * include/functions.php, + godmode/reporting/reporting_builder.item_editor.php: deleted item type + of agent_detailed. + 2010-06-01 Miguel de Dios * DEBIAN/conffiles: added file config.php as conf file for package Debian. diff --git a/pandora_console/godmode/reporting/reporting_builder.item_editor.php b/pandora_console/godmode/reporting/reporting_builder.item_editor.php index 482cef61c0..354165951a 100644 --- a/pandora_console/godmode/reporting/reporting_builder.item_editor.php +++ b/pandora_console/godmode/reporting/reporting_builder.item_editor.php @@ -101,11 +101,11 @@ switch ($action) { $idAgentModule = $item['id_agent_module']; $period = $item['period']; break; - case 'agent_detailed': - $description = $item['description']; - $idAgent = $item['id_agent']; - $period = $item['period']; - break; +// case 'agent_detailed': +// $description = $item['description']; +// $idAgent = $item['id_agent']; +// $period = $item['period']; +// break; // case 'agent_detailed_event': // $description = $item['description']; // $idAgent = get_db_value_filter('id_agente', 'tagente_modulo', array('id_agente_modulo' => $idAgentModule)); diff --git a/pandora_console/include/functions.php b/pandora_console/include/functions.php index 73005013eb..d6bb8b34ab 100644 --- a/pandora_console/include/functions.php +++ b/pandora_console/include/functions.php @@ -615,7 +615,7 @@ function get_report_types () { $types['max_value'] = __('Max. Value'); $types['min_value'] = __('Min. Value'); $types['sumatory'] = __('Sumatory'); - $types['agent_detailed'] = __('Agent detailed view'); + //$types['agent_detailed'] = __('Agent detailed view'); $types['text'] = __('Text'); $types['sql'] = __('SQL query'); $types['url'] = __('Import text from URL');