From 5b37ca7b08fc3f040770e29b2be6af2d34cfc464 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Fri, 2 Jan 2015 20:43:58 +1300 Subject: [PATCH] CRM-15680 campaign custom data --- CRM/Core/BAO/CustomQuery.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CRM/Core/BAO/CustomQuery.php b/CRM/Core/BAO/CustomQuery.php index 52da095638..8dc966650e 100644 --- a/CRM/Core/BAO/CustomQuery.php +++ b/CRM/Core/BAO/CustomQuery.php @@ -107,7 +107,6 @@ class CRM_Core_BAO_CustomQuery { /** * This stores custom data group types and tables that it extends * - * @todo add comments explaining why survey & campaign are missing from this * @var array * @static */ @@ -127,6 +126,8 @@ class CRM_Core_BAO_CustomQuery { 'Pledge' => 'civicrm_pledge', 'Grant' => 'civicrm_grant', 'Address' => 'civicrm_address', + 'Campaign' => 'civicrm_campaign', + 'Survey' => 'civicrm_survey', ); /** -- 2.25.1