2011-06-16 Ramon Novoa <rnovoa@artica.es>
* lib/PandoraFMS/Core.pm: Fixed a typo. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4462 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
2676d688db
commit
e30e1a34bd
|
@ -1,3 +1,7 @@
|
||||||
|
2011-06-16 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
|
* lib/PandoraFMS/Core.pm: Fixed a typo.
|
||||||
|
|
||||||
2011-06-15 Koichiro Kikuchi <koichiro@rworks.jp>
|
2011-06-15 Koichiro Kikuchi <koichiro@rworks.jp>
|
||||||
|
|
||||||
* lib/PandoraFMS/Tools.pm: Added FreeBSD specific code to load_average()
|
* lib/PandoraFMS/Tools.pm: Added FreeBSD specific code to load_average()
|
||||||
|
|
|
@ -756,7 +756,7 @@ sub pandora_execute_action ($$$$$$$$$;$) {
|
||||||
|
|
||||||
# Update action last execution date
|
# Update action last execution date
|
||||||
if (defined ($action->{'last_execution'}) && defined ($action->{'id'})) {
|
if (defined ($action->{'last_execution'}) && defined ($action->{'id'})) {
|
||||||
db_do ($dbh, 'UPDATE talert_template_module_actions SET last_execution = ? WHERE id = ?', time (), $alert->{'id'});
|
db_do ($dbh, 'UPDATE talert_template_module_actions SET last_execution = ? WHERE id = ?', time (), $action->{'id'});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue