2009-04-03 Sancho Lerena <slerena@artica.es>
* include/functions_alerts.php: Fixed another notice. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1597 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
caa687fd2c
commit
779b4a36f2
|
@ -1,5 +1,7 @@
|
|||
2009-04-03 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* include/functions_alerts.php: Fixed another notice.
|
||||
|
||||
* include/functions_reporting.php,
|
||||
* include/functions_db.php: Fixed a notice who breaks the PDF report.
|
||||
Added homeurl preffix to some includes that breaks PDF reporting.
|
||||
|
|
|
@ -507,6 +507,7 @@ function get_alert_agent_module_actions ($id_alert_agent_module, $fields = false
|
|||
$action = get_alert_action ($element['id_alert_action']);
|
||||
$action['fires_min'] = $element['fires_min'];
|
||||
$action['fires_max'] = $element['fires_max'];
|
||||
if (isset($element['id']))
|
||||
$retval[$element['id']] = $action;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue