From 0205bf3914a2fb9f35e1b322231a57e4529ed056 Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 3 Jan 2017 08:31:27 +0100 Subject: [PATCH] fixed minor error (cherry picked from commit 790b8bab6e42a8869ac53ac8ebd5cce2b93caf61) --- pandora_server/util/pandora_db.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/pandora_server/util/pandora_db.pl b/pandora_server/util/pandora_db.pl index 7321f12a88..24faeb9d7a 100644 --- a/pandora_server/util/pandora_db.pl +++ b/pandora_server/util/pandora_db.pl @@ -1046,7 +1046,6 @@ sub pandoradb_main ($$$) { if (defined ($history_dbh)) { undef ($history_dbh) unless defined (enterprise_hook ('pandora_historydb', [$dbh, $history_dbh, $conf->{'_history_db_days'}, $conf->{'_history_db_step'}, $conf->{'_history_db_delay'}])); if (defined($conf{'_history_event_enabled'})) { - log_message ('', "Entrando a los eventoss :::: " . $conf->{'_history_event_days'} . "\n"); undef ($history_dbh) unless defined (enterprise_hook ('pandora_history_event', [$dbh, $history_dbh, $conf->{'_history_event_days'}, $conf->{'_history_db_step'}, $conf->{'_history_db_delay'}])); } }