From 6c128ae8d458e7e0d3e80458568039a8631ecbb7 Mon Sep 17 00:00:00 2001 From: monishdeb Date: Fri, 4 Sep 2015 10:56:28 +0530 Subject: [PATCH] remove comments --- CRM/Contact/Form/ProfileContact.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/CRM/Contact/Form/ProfileContact.php b/CRM/Contact/Form/ProfileContact.php index 5fc1a7eb78..a96626e5a7 100644 --- a/CRM/Contact/Form/ProfileContact.php +++ b/CRM/Contact/Form/ProfileContact.php @@ -123,16 +123,5 @@ class CRM_Contact_Form_ProfileContact extends CRM_Core_Form { } } -/*$prefix = 'honor'; - - $honoreeProfileFields = CRM_Core_BAO_UFGroup::getFields(9, FALSE, NULL, - NULL, NULL, - FALSE, NULL, - TRUE, NULL, - CRM_Core_Permission::CREATE - ); - $this->addElement('hidden', 'honoree_profile_id', 9); - $this->assign('honoreeProfileFields', $honoreeProfileFields); -*/ } } -- 2.25.1