2010-04-19 Sergio Martin <sergio.martin@artica.es>
* godmode/alerts/alert_list.list.php: Fixed a var definition error git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2579 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
bd199a867c
commit
b097a03b1f
|
@ -1,3 +1,8 @@
|
|||
2010-04-19 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* godmode/alerts/alert_list.list.php: Fixed a var definition
|
||||
error
|
||||
|
||||
2010-04-19 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* include/functions_html.php: Added the parameter style
|
||||
|
|
|
@ -232,7 +232,7 @@ foreach ($simple_alerts as $alert) {
|
|||
|
||||
$actions = get_alert_agent_module_actions ($alert['id']);
|
||||
|
||||
|
||||
$data[5] = '';
|
||||
if (empty($actions)){
|
||||
// Get and show default actions for this alert
|
||||
$default_action = get_db_sql ("SELECT id_alert_action FROM talert_templates WHERE id = ".$alert["id_alert_template"]);
|
||||
|
|
Loading…
Reference in New Issue