瀏覽代碼

Small fix to chado title api

Lacey Sanderson 10 年之前
父節點
當前提交
9f66cbb19c
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;