- Removes comment for an explicitly invoked condition

This commit is contained in:
Vlad
2016-05-18 09:39:29 -04:00
parent cb4f055263
commit 57472d1a2e

View File

@ -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) {