From 05fd066d33151f2895c7f6f36559914f41149f98 Mon Sep 17 00:00:00 2001 From: "Donald A. Lobo" Date: Fri, 15 Mar 2013 22:29:31 -0700 Subject: [PATCH] CRM-12117 --- CRM/Event/Form/Registration/Register.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CRM/Event/Form/Registration/Register.php b/CRM/Event/Form/Registration/Register.php index 5a4427ffad..43edb314cf 100644 --- a/CRM/Event/Form/Registration/Register.php +++ b/CRM/Event/Form/Registration/Register.php @@ -991,12 +991,6 @@ class CRM_Event_Form_Registration_Register extends CRM_Event_Form_Registration { $this->assign('pay_later_text', $this->_values['event']['pay_later_text']); $this->assign('pay_later_receipt', $this->_values['event']['pay_later_receipt']); } - if (!$this->_allowConfirmation) { - // check if the participant is already registered - if (!$this->_skipDupeRegistrationCheck) { - $params['contact_id'] = self::checkRegistration($params, $this, FALSE, TRUE); - } - } if (CRM_Utils_Array::value('image_URL', $params)) { CRM_Contact_BAO_Contact::processImageParams($params); -- 2.25.1