PaymentStates fix
This commit is contained in:
@@ -507,9 +507,9 @@ ORDER BY i.register_date DESC;
|
||||
$result = exportToCSVFile($res, $fullpath, $headers, ';', true);
|
||||
|
||||
if ($result['ok']) {
|
||||
$report[] = "OK → {$result['path']} (wiersze: {$result['rows']}) <br/>";
|
||||
$report[] = "OK → {$result['path']} (wiersze: {$result['rows']})".PHP_EOL;
|
||||
} else {
|
||||
$report[] = "ERR → {$result['path']} ({$result['error']}) <br/>";
|
||||
$report[] = "ERR → {$result['path']} ({$result['error']})".PHP_EOL;;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user