mirror of
https://github.com/itflow-org/itflow
synced 2026-03-05 21:34:51 +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) {
|
if ($sql->num_rows > 0) {
|
||||||
$delimiter = ", ";
|
$delimiter = ",";
|
||||||
$filename = $session_company_name . "-Clients-" . date('Y-m-d') . ".csv";
|
$filename = $session_company_name . "-Clients-" . date('Y-m-d') . ".csv";
|
||||||
|
|
||||||
//create a file pointer
|
//create a file pointer
|
||||||
|
|||||||
Reference in New Issue
Block a user