Comment out unused query in the ContactgroupQuery

refs #8614
This commit is contained in:
Eric Lippmann 2015-03-06 09:54:12 +01:00
parent fc403e693b
commit 2b91ec7f2c
1 changed files with 4 additions and 4 deletions

View File

@ -95,10 +95,10 @@ class ContactgroupQuery extends IdoQuery
protected function joinServices()
{
$scgSub = $this->db->select()->distinct()->from(
$this->prefix . 'service_contactgroups',
array('contactgroup_object_id', 'service_id')
);
// $scgSub = $this->db->select()->distinct()->from(
// $this->prefix . 'service_contactgroups',
// array('contactgroup_object_id', 'service_id')
// );
/*
This subselect is a workaround for a fucking stupid bug. Other tables