tripal / tripal_analysis_expression

Extension module for the Tripal toolset to show differential expression data. This module was made for Drupal 7, Tripal 3, and Chado 1.3.
GNU General Public License v2.0
4 stars 11 forks source link

Move up initialization of [0]['value'], issue #421 #422

Closed dsenalik closed 2 years ago

dsenalik commented 2 years ago

Simple fix for issue #421, move up the initialization of $entity->{$field_name}['und'][0]['value'] so that it is always initialized.

spficklin commented 2 years ago

Easy fix!