Browse Source

Fixed up the phenotype field again... but still needs more work

Stephen Ficklin 7 years ago
parent
commit
5070e151e9

+ 3 - 3
tripal_chado/includes/TripalFields/sbo__phenotype/sbo__phenotype_formatter.inc

@@ -68,13 +68,13 @@ class sbo__phenotype_formatter extends ChadoFieldFormatter {
       $rows[] = $row;
     }
     if ($has_type) {
-      $header[] = 'Phenotype';
+      $headers[] = 'Phenotype';
     }
     if ($has_name) {
-      $header[] = 'Property';
+      $headers[] = 'Property';
     }
     if ($has_value) {
-      $header[] = 'Value';
+      $headers[] = 'Value';
     }
     $table = array(
       'header' => $headers,