From ab019e1cc238e24bfe381f4e34048e58a7d6083c Mon Sep 17 00:00:00 2001 From: Tomasz Pietrzkowski <scardinius@users.noreply.github.com> Date: Thu, 20 Dec 2018 09:26:29 +0100 Subject: [PATCH] Add missing variables to hook_civicrm_export Describe new variables due to https://lab.civicrm.org/dev/core/issues/457 --- docs/hooks/hook_civicrm_export.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hooks/hook_civicrm_export.md b/docs/hooks/hook_civicrm_export.md index 06e7e38e..21ee761f 100644 --- a/docs/hooks/hook_civicrm_export.md +++ b/docs/hooks/hook_civicrm_export.md @@ -11,7 +11,7 @@ This hook was first available in CiviCRM 3.2.4, $componentTable and $ids variabl ## Definition - hook_civicrm_export (&$exportTempTable, &$headerRows, &$sqlColumns, &$exportMode) + hook_civicrm_export (&$exportTempTable, &$headerRows, &$sqlColumns, &$exportMode, &$componentTable, &$ids) ## Parameters -- GitLab