From 44caf85aa2d139b78f279a09b4d6a8652785b8d2 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 26 Jan 2017 11:16:52 +0200 Subject: [PATCH] -Export file delimiter changed --- controllers/StatisticsController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/StatisticsController.php b/controllers/StatisticsController.php index 642d098..64cc6d7 100755 --- a/controllers/StatisticsController.php +++ b/controllers/StatisticsController.php @@ -261,7 +261,7 @@ $line[] = empty($order->manager) ? '' : $formatter->asText($order->manager->username); $line[] = (string) $order->body; - fputcsv($file, $line); + fputcsv($file, $line, ";"); } fclose($file); -- libgit2 0.21.4