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 c0dc22ac56
commit 7fa5d06361
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>
* lib/PandoraFMS/Core.pm: Restored the _id_alert_ macro. Thanks to

View File

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