소스 검색

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;