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:
ramonn 2009-04-20 12:08:47 +00:00
parent a46d154b26
commit 3b21e1046d
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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)) {