2010-05-12 Sergio Martin <sergio.martin@artica.es>

* 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
This commit is contained in:
zarzuelo 2010-05-12 12:13:30 +00:00
parent 8ab93583b8
commit 961ff28145
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2010-05-12 Sergio Martin <sergio.martin@artica.es>
* 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 <sergio.martin@artica.es>
* include/functions_gis.php: Fixed the maps of

View File

@ -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");