From 57472d1a2e4d6fe297e5e63d2f0a2178eae8aecc Mon Sep 17 00:00:00 2001 From: Vlad Date: Wed, 18 May 2016 09:39:29 -0400 Subject: [PATCH] - Removes comment for an explicitly invoked condition --- lib/Subscribers/ImportExport/Export/Export.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Subscribers/ImportExport/Export/Export.php b/lib/Subscribers/ImportExport/Export/Export.php index 5d513d3e8e..0fe22f7db8 100644 --- a/lib/Subscribers/ImportExport/Export/Export.php +++ b/lib/Subscribers/ImportExport/Export/Export.php @@ -215,7 +215,6 @@ class Export { ->whereIn(SubscriberSegment::$_table . '.segment_id', $this->segments); } 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'); } if($this->export_confirmed_option) {