소스 검색

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

Stephen Ficklin 7 년 전
부모
커밋
5070e151e9
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      tripal_chado/includes/TripalFields/sbo__phenotype/sbo__phenotype_formatter.inc

+ 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,