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:
parent
492c22e328
commit
61b2781c03
|
@ -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>
|
2011-07-12 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
* operation/snmpconsole/snmp_view.php: Fixed the trap generator
|
* operation/snmpconsole/snmp_view.php: Fixed the trap generator
|
||||||
|
|
|
@ -30,6 +30,8 @@ if (enterprise_include_once('include/functions_reporting.php') !== ENTERPRISE_NO
|
||||||
$enterpriseEnable = true;
|
$enterpriseEnable = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//Constant with fonts directory
|
||||||
|
define ('_MPDF_TTFONTPATH', 'include/fonts/');
|
||||||
|
|
||||||
$activeTab = get_parameter('tab', 'main');
|
$activeTab = get_parameter('tab', 'main');
|
||||||
$action = get_parameter('action', 'list');
|
$action = get_parameter('action', 'list');
|
||||||
|
|
Loading…
Reference in New Issue