Browse Source

Fixed a few minor bugs

Stephen Ficklin 8 years ago
parent
commit
7b1ae62cb1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tripal_chado/includes/fields/chado_linker__expression.inc

+ 1 - 1
tripal_chado/includes/fields/chado_linker__expression.inc

@@ -202,7 +202,7 @@ class chado_linker__expression extends TripalField {
       }
     }
     $table = array(
-      'header' => array('Name'),
+      'header' => array(),
       'rows' => $rows,
       'attributes' => array(
         'id' => 'tripal_linker-table-expression-object',