소스 검색

Fixed bug reported by Alex caused by updating API

Lacey Sanderson 10 년 전
부모
커밋
729df61348
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tripal_featuremap/tripal_featuremap.install

+ 1 - 0
tripal_featuremap/tripal_featuremap.install

@@ -299,6 +299,7 @@ function tripal_featuremap_add_cvterms() {
        'db_name' => 'tripal'
       ),
       array('update_existing' => TRUE)
+    );
 
 }