Commit 44caf85aa2d139b78f279a09b4d6a8652785b8d2
1 parent
a1604eb2
-Export file delimiter changed
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
controllers/StatisticsController.php
@@ -261,7 +261,7 @@ | @@ -261,7 +261,7 @@ | ||
261 | $line[] = empty($order->manager) ? '' : $formatter->asText($order->manager->username); | 261 | $line[] = empty($order->manager) ? '' : $formatter->asText($order->manager->username); |
262 | $line[] = (string) $order->body; | 262 | $line[] = (string) $order->body; |
263 | 263 | ||
264 | - fputcsv($file, $line); | 264 | + fputcsv($file, $line, ";"); |
265 | } | 265 | } |
266 | fclose($file); | 266 | fclose($file); |
267 | 267 |