Skip to content
Snippets Groups Projects
Commit 5ef560f1 authored by Edselopez's avatar Edselopez
Browse files

RG-154 Changed delimiter

parent 17b61c76
No related branches found
No related tags found
No related merge requests found
......@@ -303,7 +303,7 @@ class CRM_Grant_BAO_GrantPayment extends CRM_Grant_DAO_GrantPayment {
if (isset($value['financial_type_id'])) {
$value['financial_type_id'] = $contributionTypes[$value['financial_type_id']];
}
$line .= implode('; ', $value);
$line .= implode(', ', $value);
$line .= "\n";
}
fputs($fp, $line);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment