diff --git a/post/client.php b/post/client.php index b7176b9f..dd333b29 100644 --- a/post/client.php +++ b/post/client.php @@ -304,7 +304,7 @@ if (isset($_POST['export_clients_csv'])) { "); if ($sql->num_rows > 0) { - $delimiter = ", "; + $delimiter = ","; $filename = $session_company_name . "-Clients-" . date('Y-m-d') . ".csv"; //create a file pointer