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:
parent
c0dc22ac56
commit
7fa5d06361
|
@ -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
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue