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:
slerena 2009-04-03 12:13:07 +00:00
parent caa687fd2c
commit 779b4a36f2
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2009-04-03 Sancho Lerena <slerena@artica.es> 2009-04-03 Sancho Lerena <slerena@artica.es>
* include/functions_alerts.php: Fixed another notice.
* include/functions_reporting.php, * include/functions_reporting.php,
* include/functions_db.php: Fixed a notice who breaks the PDF report. * include/functions_db.php: Fixed a notice who breaks the PDF report.
Added homeurl preffix to some includes that breaks PDF reporting. Added homeurl preffix to some includes that breaks PDF reporting.

View File

@ -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 = get_alert_action ($element['id_alert_action']);
$action['fires_min'] = $element['fires_min']; $action['fires_min'] = $element['fires_min'];
$action['fires_max'] = $element['fires_max']; $action['fires_max'] = $element['fires_max'];
if (isset($element['id']))
$retval[$element['id']] = $action; $retval[$element['id']] = $action;
} }