INFRA-132 - Batch #8
[civicrm-core.git] / CRM / Admin / Form / RelationshipType.php
index d9572b6c31d818d8180c7136c62f98dc675c101b..8129662b8b0df42a185bb8228b653a905e056366 100644 (file)
@@ -78,12 +78,12 @@ class CRM_Admin_Form_RelationshipType extends CRM_Admin_Form {
     // add select for contact type
     $contactTypeA = &$this->add('select', 'contact_types_a', ts('Contact Type A') . ' ',
       array(
-        '' => ts('All Contacts')
+        '' => ts('All Contacts'),
       ) + $contactTypes
     );
     $contactTypeB = &$this->add('select', 'contact_types_b', ts('Contact Type B') . ' ',
       array(
-        '' => ts('All Contacts')
+        '' => ts('All Contacts'),
       ) + $contactTypes
     );