Finish changing segments to lists and columns to fields

This commit is contained in:
Tautvidas Sipavičius
2016-07-28 20:21:17 +03:00
parent 88d9315f8b
commit 18398a3bfb
5 changed files with 23 additions and 23 deletions

View File

@@ -84,7 +84,7 @@ class Export {
// Excel to automatically recognize the encoding
fwrite($CSV_file, chr(0xEF) . chr(0xBB) . chr(0xBF));
if($this->group_by_segment_option) {
$formatted_subscriber_fields[] = __('Segment');
$formatted_subscriber_fields[] = __('List');
}
fwrite(
$CSV_file,