From 9a4df24cf903c4bef092e47dd1ff29d9249c37ce Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Mon, 12 May 2014 09:57:45 +1200 Subject: [PATCH] enotice fix + missing comment --- CRM/Core/BAO/ActionSchedule.php | 6 ++++++ CRM/Event/Form/Participant.php | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/CRM/Core/BAO/ActionSchedule.php b/CRM/Core/BAO/ActionSchedule.php index e00f7c674b..1a80b66b5f 100755 --- a/CRM/Core/BAO/ActionSchedule.php +++ b/CRM/Core/BAO/ActionSchedule.php @@ -1238,6 +1238,12 @@ WHERE m.owner_membership_id IS NOT NULL AND return $result; } + /** + * @param $id + * @param $mappingID + * + * @return null|string + */ static function isConfigured($id, $mappingID) { $queryString = "SELECT count(id) FROM civicrm_action_schedule WHERE mapping_id = %1 AND diff --git a/CRM/Event/Form/Participant.php b/CRM/Event/Form/Participant.php index 8ecbe28f56..67751835a6 100644 --- a/CRM/Event/Form/Participant.php +++ b/CRM/Event/Form/Participant.php @@ -192,6 +192,12 @@ class CRM_Event_Form_Participant extends CRM_Contact_Form_Task { */ public $_paymentId = NULL; + /** + * @todo add explanatory note about this + * @var null + */ + public $_onlinePendingContributionId = NULL; + /** * Function to set variables up before form is built * -- 2.25.1