2012-07-29 Junichi Satoh <junichi@rworks.jp>
* lib/PandoraFMS/DB.pm: Added missing '%'. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6825 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
e35c763b07
commit
e14d6f5b17
|
@ -1,3 +1,7 @@
|
||||||
|
2012-07-29 Junichi Satoh <junichi@rworks.jp>
|
||||||
|
|
||||||
|
* lib/PandoraFMS/DB.pm: Added missing '%'.
|
||||||
|
|
||||||
2012-07-27 Miguel de Dios <miguel.dedios@artica.es>
|
2012-07-27 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* lib/PandoraFMS/DB.pm: added function "get_agentmodule_data" to
|
* lib/PandoraFMS/DB.pm: added function "get_agentmodule_data" to
|
||||||
|
|
|
@ -224,7 +224,7 @@ sub get_agent_modules ($$$$$) {
|
||||||
|
|
||||||
my $str_filter = '';
|
my $str_filter = '';
|
||||||
|
|
||||||
foreach my $key (keys $filters) {
|
foreach my $key (keys %$filters) {
|
||||||
$str_filter .= ' AND ' . $key . " = " . $filters->{$key};
|
$str_filter .= ' AND ' . $key . " = " . $filters->{$key};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue