2009-04-20 Ramon Novoa <rnovoa@artica.es>
* lib/PandoraFMS/Core.pm: Fixed another typo. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1631 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
a46d154b26
commit
3b21e1046d
|
@ -1,3 +1,7 @@
|
|||
2009-04-20 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* lib/PandoraFMS/Core.pm: Fixed another typo.
|
||||
|
||||
2009-04-20 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* lib/PandoraFMS/ReconServer.pm: Temporarily disabled TCP scans, the
|
||||
|
|
|
@ -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)) {
|
||||
|
|
Loading…
Reference in New Issue