From 32833a756c03857586abc7e224022c7706f67da7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?"Frank=20J.=20G=C3=B3mez"?= <fgomez@confluencecorp.com>
Date: Tue, 10 Dec 2013 17:19:13 -0500
Subject: [PATCH] Issue #2154077 - Removed references to deprecated
 certification field.

---
 civicrm_multiday_event.module |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/civicrm_multiday_event.module b/civicrm_multiday_event.module
index d9ec538..ae16eb9 100644
--- a/civicrm_multiday_event.module
+++ b/civicrm_multiday_event.module
@@ -312,10 +312,6 @@ function civicrm_multiday_event_form_alter(&$form, &$form_state, $form_id) {
       
       $node = node_load($form['nid']['#value']);
       $form['field_civievent_template'][LANGUAGE_NONE]['#default_value'] = $node->field_civievent_template[LANGUAGE_NONE][0]['value'];
-      
-      if (isset($node->field_civicrm_group[LANGUAGE_NONE][0]['value'])) {
-        $form['field_civicrm_group'][LANGUAGE_NONE]['#default_value'] = $node->field_civicrm_group[LANGUAGE_NONE][0]['value'];
-      }
     }
   }
 }
@@ -688,4 +684,4 @@ function civicrm_multiday_event_views_api() {
   if ($module == "views" && $api == "views_default") {
     return array("version" => 3.0);
   }
-}
\ No newline at end of file
+}
-- 
1.7.10.4

