Fix another broken IDO query.

Refs #5088
This commit is contained in:
Gunnar Beutner 2013-11-19 16:34:31 +01:00
parent 77b058e22c
commit 88ac76f2ca
1 changed files with 0 additions and 5 deletions

View File

@ -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<User::Ptr>& users, NotificationType type,