2011-10-10 Javier Lanz <javier.lanz@artica.es>

* util/pandora_manage.pl: Fixed a wee bug with 'group' parameter
        creating events


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5051 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
javilanz 2011-10-10 11:07:34 +00:00
parent d0ece88225
commit 0fdabd9cfd
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2011-10-10 Javier Lanz <javier.lanz@artica.es>
* util/pandora_manage.pl: Fixed a wee bug with 'group' parameter
creating events
2011-10-06 Ramon Novoa <rnovoa@artica.es> 2011-10-06 Ramon Novoa <rnovoa@artica.es>
* lib/PandoraFMS/Core.pm: Restored the _id_alert_ macro. Thanks to * lib/PandoraFMS/Core.pm: Restored the _id_alert_ macro. Thanks to

View File

@ -1096,7 +1096,7 @@ sub pandora_manage_main ($$$) {
my $id_group; my $id_group;
if (!defined($group_name) || $group_name == "All") { if (!defined($group_name) || $group_name eq "All") {
$id_group = 0; $id_group = 0;
} }
else { else {