parent
fc403e693b
commit
2b91ec7f2c
|
@ -95,10 +95,10 @@ class ContactgroupQuery extends IdoQuery
|
||||||
|
|
||||||
protected function joinServices()
|
protected function joinServices()
|
||||||
{
|
{
|
||||||
$scgSub = $this->db->select()->distinct()->from(
|
// $scgSub = $this->db->select()->distinct()->from(
|
||||||
$this->prefix . 'service_contactgroups',
|
// $this->prefix . 'service_contactgroups',
|
||||||
array('contactgroup_object_id', 'service_id')
|
// array('contactgroup_object_id', 'service_id')
|
||||||
);
|
// );
|
||||||
|
|
||||||
/*
|
/*
|
||||||
This subselect is a workaround for a fucking stupid bug. Other tables
|
This subselect is a workaround for a fucking stupid bug. Other tables
|
||||||
|
|
Loading…
Reference in New Issue