소스 검색

Fixed small bug in KEGG module

spficklin 14 년 전
부모
커밋
54e9a0131b
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      tripal_analysis_kegg/tripal_analysis_kegg.module

+ 3 - 0
tripal_analysis_kegg/tripal_analysis_kegg.module

@@ -1114,6 +1114,9 @@ function tripal_analysis_kegg_load_feature_terms($feature) {
       ),         
    );
    $afeatureprops = tripal_core_chado_select('analysisfeatureprop',array('*'),$select);
+   if(!$afeatureprops){
+      return;
+   }
 
    // iterate through all of the KEGG properties for this feature
    $results = array();