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:
parent
486d803a30
commit
a4696ac60d
|
@ -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>
|
||||
|
||||
* DEBIAN/conffiles: added file config.php as conf file for package Debian.
|
||||
|
|
|
@ -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));
|
||||
|
|
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue