- Removes comment for an explicitly invoked condition
This commit is contained in:
@ -215,7 +215,6 @@ class Export {
|
|||||||
->whereIn(SubscriberSegment::$_table . '.segment_id', $this->segments);
|
->whereIn(SubscriberSegment::$_table . '.segment_id', $this->segments);
|
||||||
}
|
}
|
||||||
if($this->group_by_segment_option) {
|
if($this->group_by_segment_option) {
|
||||||
// if not grouping by segments, use a GROUP BY clause on subscriber id
|
|
||||||
$subscribers = $subscribers->groupBy(Segment::$_table . '.id');
|
$subscribers = $subscribers->groupBy(Segment::$_table . '.id');
|
||||||
}
|
}
|
||||||
if($this->export_confirmed_option) {
|
if($this->export_confirmed_option) {
|
||||||
|
Reference in New Issue
Block a user