2010-06-01 Miguel de Dios <miguel.dedios@artica.es>

* 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
This commit is contained in:
mdtrooper 2010-06-01 15:04:31 +00:00
parent 486d803a30
commit a4696ac60d
3 changed files with 12 additions and 6 deletions

View File

@ -1,3 +1,9 @@
2010-06-01 Miguel de Dios <miguel.dedios@artica.es>
* include/functions.php,
godmode/reporting/reporting_builder.item_editor.php: deleted item type
of agent_detailed.
2010-06-01 Miguel de Dios <miguel.dedios@artica.es> 2010-06-01 Miguel de Dios <miguel.dedios@artica.es>
* DEBIAN/conffiles: added file config.php as conf file for package Debian. * DEBIAN/conffiles: added file config.php as conf file for package Debian.

View File

@ -101,11 +101,11 @@ switch ($action) {
$idAgentModule = $item['id_agent_module']; $idAgentModule = $item['id_agent_module'];
$period = $item['period']; $period = $item['period'];
break; break;
case 'agent_detailed': // case 'agent_detailed':
$description = $item['description']; // $description = $item['description'];
$idAgent = $item['id_agent']; // $idAgent = $item['id_agent'];
$period = $item['period']; // $period = $item['period'];
break; // break;
// case 'agent_detailed_event': // case 'agent_detailed_event':
// $description = $item['description']; // $description = $item['description'];
// $idAgent = get_db_value_filter('id_agente', 'tagente_modulo', array('id_agente_modulo' => $idAgentModule)); // $idAgent = get_db_value_filter('id_agente', 'tagente_modulo', array('id_agente_modulo' => $idAgentModule));

View File

@ -615,7 +615,7 @@ function get_report_types () {
$types['max_value'] = __('Max. Value'); $types['max_value'] = __('Max. Value');
$types['min_value'] = __('Min. Value'); $types['min_value'] = __('Min. Value');
$types['sumatory'] = __('Sumatory'); $types['sumatory'] = __('Sumatory');
$types['agent_detailed'] = __('Agent detailed view'); //$types['agent_detailed'] = __('Agent detailed view');
$types['text'] = __('Text'); $types['text'] = __('Text');
$types['sql'] = __('SQL query'); $types['sql'] = __('SQL query');
$types['url'] = __('Import text from URL'); $types['url'] = __('Import text from URL');