mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
2011-02-15 Miguel de Dios <miguel.dedios@artica.es>
* godmode/alerts/alert_list.php: fixed the lost var in the audit. Fixes: #3182470 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3857 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
5dac65d9ee
commit
314628b8ff
@ -1,3 +1,9 @@
|
|||||||
|
2011-02-15 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
|
* godmode/alerts/alert_list.php: fixed the lost var in the audit.
|
||||||
|
|
||||||
|
Fixes: #3182470
|
||||||
|
|
||||||
2011-02-15 Ramon Novoa <rnovoa@artica.es>
|
2011-02-15 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
* pandoradb_data.sql, include/functions_alerts.php,
|
* pandoradb_data.sql, include/functions_alerts.php,
|
||||||
|
@ -160,10 +160,10 @@ if ($delete_action) {
|
|||||||
$result = delete_alert_agent_module_action ($id_action);
|
$result = delete_alert_agent_module_action ($id_action);
|
||||||
|
|
||||||
if ($result) {
|
if ($result) {
|
||||||
pandora_audit("Alert management", 'Delete action ' . $id_action . ' in alert ' . $id_alert_module);
|
pandora_audit("Alert management", 'Delete action ' . $id_action . ' in alert ' . $id_alert);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
pandora_audit("Alert management", 'Fail to delete action ' . $id_action . ' in alert ' . $id_alert_module);
|
pandora_audit("Alert management", 'Fail to delete action ' . $id_action . ' in alert ' . $id_alert);
|
||||||
}
|
}
|
||||||
|
|
||||||
$messageAction = print_result_message ($result, __('Successfully deleted'), __('Could not be deleted'), '', true);
|
$messageAction = print_result_message ($result, __('Successfully deleted'), __('Could not be deleted'), '', true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user