Skip to content
Snippets Groups Projects
Commit f2211ec7 authored by jaapjansma's avatar jaapjansma
Browse files

Merge branch 'dev_86' into 'master'

Fix for #86 ParseError: syntax error

See merge request !76
parents 6a1c88d3 db1a868d
No related branches found
No related tags found
1 merge request!76Fix for #86 ParseError: syntax error
......@@ -203,7 +203,7 @@ abstract class CRM_DataprocessorOutputExport_AbstractOutputExport implements Exp
'exportBatchHeader'
), //call back method
array($filename,$formValues, $dataProcessor['id'], $outputBAO['id'], $sortFieldName, $sortDirection, $idField, $selectedIds), //parameters,
E::ts('Create header'),
E::ts('Create header')
);
//now add this task to the queue
$queue->createItem($task);
......@@ -235,7 +235,7 @@ abstract class CRM_DataprocessorOutputExport_AbstractOutputExport implements Exp
'exportBatchFooter'
), //call back method
array($filename,$formValues, $dataProcessor['id'], $outputBAO['id'], $sortFieldName, $sortDirection, $idField, $selectedIds), //parameters,
E::ts('Create footer'),
E::ts('Create footer')
);
//now add this task to the queue
$queue->createItem($task);
......@@ -408,4 +408,4 @@ abstract class CRM_DataprocessorOutputExport_AbstractOutputExport implements Exp
// Do nothing by default.
}
}
\ No newline at end of file
}
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