CRM-18157 Checkstyle
authorSamuel Vanhove <samuel@symbiotic.coop>
Thu, 22 Sep 2016 14:14:41 +0000 (10:14 -0400)
committerSamuel Vanhove <samuel@symbiotic.coop>
Thu, 22 Sep 2016 14:14:41 +0000 (10:14 -0400)
CRM/Contact/Form/Edit/CommunicationPreferences.php

index bdc7ba497c8945677f4b57b5bcfa837beb05cdac..378cd563c66dc5690097f93bd031a332dc4f568b 100644 (file)
@@ -84,7 +84,7 @@ class CRM_Contact_Form_Edit_CommunicationPreferences {
     //using for display purpose.
     $form->assign('commPreference', $commPreference);
 
-    $form->addField('preferred_mail_format', array('entity' => 'contact', 'label' => ts('Email Format')), true);
+    $form->addField('preferred_mail_format', array('entity' => 'contact', 'label' => ts('Email Format')), TRUE);
 
     $form->addField('is_opt_out', array('entity' => 'contact', 'label' => ts('NO BULK EMAILS (User Opt Out)')));