Parcourir la source

Small fix to chado title api

Lacey Sanderson il y a 11 ans
Parent
commit
9f66cbb19c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      tripal_core/api/tripal_core.chado_nodes.title_and_path.inc

+ 1 - 1
tripal_core/api/tripal_core.chado_nodes.title_and_path.inc

@@ -104,7 +104,7 @@ function chado_get_node_title($node) {
     }
   }
   else {
-    return $format_record->format;
+    return $title;
   }
 
   return $title;