diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 1db0e20a92..ed32da18cb 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,10 @@ +2010-05-12 Sergio Martin + + * extras/pandora_diag.php: Fixed the SQL error + into diagnostic info section. Now the system + check the enterprise version before to show + tlocal_component info. Bug: 2998918 + 2010-05-12 Sergio Martin * include/functions_gis.php: Fixed the maps of diff --git a/pandora_console/extras/pandora_diag.php b/pandora_console/extras/pandora_diag.php index 4796e8235d..a75f91d5a6 100644 --- a/pandora_console/extras/pandora_diag.php +++ b/pandora_console/extras/pandora_diag.php @@ -104,7 +104,8 @@ render_info ("talert_commands"); render_info ("talert_template_modules"); render_info ("tevento"); render_info ("tlayout"); -render_info ("tlocal_component"); +if($config['enterprise_installed']) + render_info ("tlocal_component"); render_info ("tserver"); render_info ("treport"); render_info ("ttrap");