From 6f91abfa74833ae9d91d2bdff0af8f6e3b59647f Mon Sep 17 00:00:00 2001 From: zarzuelo Date: Wed, 12 May 2010 12:13:30 +0000 Subject: [PATCH] 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 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2705 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 7 +++++++ pandora_console/extras/pandora_diag.php | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) 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");