2011-07-12 Juan Manuel Ramon <juanmanuel.ramon@artica.es>

* godmode/reporting/reporting_builder.php: Fixes constant notice in
	this view.
	
	Bug: #3315679



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4549 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
juanmanuelr 2011-07-12 14:48:37 +00:00
parent 492c22e328
commit 61b2781c03
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2011-07-12 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* godmode/reporting/reporting_builder.php: Fixes constant notice in
this view.
Bug: #3315679
2011-07-12 Sergio Martin <sergio.martin@artica.es>
* operation/snmpconsole/snmp_view.php: Fixed the trap generator

View File

@ -30,6 +30,8 @@ if (enterprise_include_once('include/functions_reporting.php') !== ENTERPRISE_NO
$enterpriseEnable = true;
}
//Constant with fonts directory
define ('_MPDF_TTFONTPATH', 'include/fonts/');
$activeTab = get_parameter('tab', 'main');
$action = get_parameter('action', 'list');