Browse Source

missed this file in the most recent commit

Shawna Spoor 7 years ago
parent
commit
3c933fdf83
1 changed files with 0 additions and 2 deletions
  1. 0 2
      tripal/api/tripal.fields.api.inc

+ 0 - 2
tripal/api/tripal.fields.api.inc

@@ -170,7 +170,6 @@ function tripal_get_field_widgets() {
 function tripal_get_field_field_formatters($field) {
   $field_name = $field['field_name'];
   $field_type = $field['type'];
-  $field_module = $field['module'];
 
   $downloaders = array();
 
@@ -191,7 +190,6 @@ function tripal_get_field_field_formatters($field) {
       }
     }
   }
-
   return $downloaders;
 }
 /**