Răsfoiți Sursa

Small fix to chado title api

Lacey Sanderson 10 ani în urmă
părinte
comite
9f66cbb19c

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