|  | @@ -949,7 +949,7 @@ function chado_feature_load($node) {
 | 
											
												
													
														|  |    $values = array('feature_id' => $feature_id);
 |  |    $values = array('feature_id' => $feature_id);
 | 
											
												
													
														|  |    $feature = tripal_core_generate_chado_var('feature', $values);
 |  |    $feature = tripal_core_generate_chado_var('feature', $values);
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -  $addition = new stdClass();
 |  | 
 | 
											
												
													
														|  | 
 |  | +  $additions = new stdClass();
 | 
											
												
													
														|  |    $additions->feature = $feature;
 |  |    $additions->feature = $feature;
 | 
											
												
													
														|  |    return $additions;
 |  |    return $additions;
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
										
											
												
													
														|  | @@ -2450,4 +2450,4 @@ function tripal_feature_coder_ignore() {
 | 
											
												
													
														|  |      'path' => drupal_get_path('module', 'tripal_feature'),
 |  |      'path' => drupal_get_path('module', 'tripal_feature'),
 | 
											
												
													
														|  |      'line prefix' => drupal_get_path('module', 'tripal_feature'),
 |  |      'line prefix' => drupal_get_path('module', 'tripal_feature'),
 | 
											
												
													
														|  |    );
 |  |    );
 | 
											
												
													
														|  | -}
 |  | 
 | 
											
												
													
														|  | 
 |  | +}
 |