format fix
authormonishdeb <monish.deb@webaccessglobal.com>
Thu, 10 Sep 2015 20:00:15 +0000 (01:30 +0530)
committermonishdeb <monish.deb@webaccessglobal.com>
Thu, 10 Sep 2015 20:00:15 +0000 (01:30 +0530)
CRM/Contribute/Form/Contribution/Confirm.php

index 2ce049836915c839ccb73386a36f267ae2b62362..8a8b270c45fff643fe697fb77591f4602132e367 100644 (file)
@@ -1154,7 +1154,7 @@ class CRM_Contribute_Form_Contribution_Confirm extends CRM_Contribute_Form_Contr
     else {
       // get the Employee relationship type id
       $relTypeId = CRM_Core_DAO::getFieldValue('CRM_Contact_DAO_RelationshipType', 'Employee of', 'id', 'name_a_b');
-;
+
       // keep relationship params ready
       $relParams['relationship_type_id'] = $relTypeId . '_a_b';
       $relParams['is_permission_a_b'] = 1;