mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Fix Export Clients removed extra space in delimiter
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user