Skip to content

Commit

Permalink
Use export hook version from CiviCRM 5.8 veda-consulting-company#157
Browse files Browse the repository at this point in the history
  • Loading branch information
scardinius committed Nov 19, 2018
1 parent cbacf7e commit 26172f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gdpr.php
Original file line number Diff line number Diff line change
Expand Up @@ -352,9 +352,9 @@ function gdpr_civicrm_tabset($tabsetName, &$tabs, $context) {


/**
* Implements hook_civicrm_exportIds().
* Implements hook_civicrm_export().
*/
function gdpr_civicrm_exportIds($ids, $componentTable, $exportMode) {
function gdpr_civicrm_export($exportTempTable, $headerRows, $sqlColumns, $exportMode, $componentTable, $ids) {
switch ($exportMode) {
case CRM_Export_Form_Select::CONTACT_EXPORT:
CRM_Gdpr_Export::contact($componentTable);
Expand Down

0 comments on commit 26172f5

Please sign in to comment.