2011-02-03 Juan Manuel Ramon <juanmanuel.ramon@artica.es>

* operation/search_alerts.php: Actions_name array now is initialized to void value.

	 Fixes: #3171506



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3797 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
juanmanuelr 2011-02-03 13:12:16 +00:00
parent bc89d98ab2
commit 0d5fc9e1de
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2011-02-03 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* operation/search_alerts.php: Actions_name array now is initialized to void value.
Fixes: #3171506
2011-02-02 Sancho lerena <slerena@artica.es>
* pandoradb.sql: Altered lenght for custom SQL reports.

View File

@ -117,6 +117,7 @@ if($searchAlerts) {
$alerts[$key]['template_name'] = $alert['template_name'];
$actions = get_alert_agent_module_actions($alert['id']);
$actions_name = array();
foreach($actions as $action) {
$actions_name[] = $action['name'];
}