spficklin 13 năm trước cách đây
mục cha
commit
10b5f36a72
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      tripal_feature/gff_loader.php

+ 2 - 2
tripal_feature/gff_loader.php

@@ -597,8 +597,8 @@ function tripal_feature_load_gff3_derives_from($feature,$subject,$gff_features,$
 
 
    // now check to see if the relationship already exists  
    // now check to see if the relationship already exists  
    $values = array(
    $values = array(
-      'object_id' => $feature->feature_id,
-      'subject_id' => $sfeature[0]->feature_id,
+      'object_id' => $sfeature[0]->feature_id,
+      'subject_id' => $feature->feature_id,
       'type_id' => array(
       'type_id' => array(
          'cv_id' => array(
          'cv_id' => array(
             'name' => 'relationship'
             'name' => 'relationship'