Commit bfb74e2281ce9cf6952b37b6926b69728c21e83c
1 parent
a1a60fa5
big commti
Showing
1 changed file
with
1 additions
and
3 deletions
Show diff stats
common/modules/product/models/Export.php
@@ -85,9 +85,7 @@ class Export extends Model { | @@ -85,9 +85,7 @@ class Export extends Model { | ||
85 | ]; | 85 | ]; |
86 | 86 | ||
87 | $to_write = array_merge ($list, $mods); | 87 | $to_write = array_merge ($list, $mods); |
88 | - foreach($to_write as &$cell) { | ||
89 | - $cell = iconv("UTF-8", "WINDOWS-1251", $cell); | ||
90 | - } | 88 | + |
91 | 89 | ||
92 | 90 | ||
93 | fputcsv($handle, $to_write, ';'); | 91 | fputcsv($handle, $to_write, ';'); |