diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index 155b6f7d51..f057ca1626 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -1,3 +1,7 @@ +2009-04-20 Ramon Novoa + + * lib/PandoraFMS/Core.pm: Fixed another typo. + 2009-04-20 Ramon Novoa * lib/PandoraFMS/ReconServer.pm: Temporarily disabled TCP scans, the diff --git a/pandora_server/lib/PandoraFMS/Core.pm b/pandora_server/lib/PandoraFMS/Core.pm index a4e4b5fcfb..698e3bf233 100644 --- a/pandora_server/lib/PandoraFMS/Core.pm +++ b/pandora_server/lib/PandoraFMS/Core.pm @@ -984,7 +984,7 @@ sub process_data ($$$$$) { sub process_inc_data ($$$$) { my ($data, $module, $utimestamp, $dbh) = @_; - my $data_inc = get_db_single_row ($dbh, 'SELECT * FROM tagente_datos_inc WHERE id_agente_modulo = ?', $module->{'id_agent_module'}); + my $data_inc = get_db_single_row ($dbh, 'SELECT * FROM tagente_datos_inc WHERE id_agente_modulo = ?', $module->{'id_agente_modulo'}); # No previous data if (! defined ($data_inc)) {