From 88ac76f2ca33e35fd606d8a8ccea496e6aa738ee Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Tue, 19 Nov 2013 16:34:31 +0100 Subject: [PATCH] Fix another broken IDO query. Refs #5088 --- lib/db_ido/servicedbobject.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/db_ido/servicedbobject.cpp b/lib/db_ido/servicedbobject.cpp index 72a736047..dbe1fc9d8 100644 --- a/lib/db_ido/servicedbobject.cpp +++ b/lib/db_ido/servicedbobject.cpp @@ -854,11 +854,6 @@ void ServiceDbObject::AddContactNotificationHistory(const Service::Ptr& service, query1.Fields = fields1; OnQuery(query1); - - if (host->GetCheckService() == service) { - query1.Fields = fields1; - OnQuery(query1); - } } void ServiceDbObject::AddNotificationHistory(const Service::Ptr& service, const std::set& users, NotificationType type, -- 2.49.0