need not tack on reltype
Tara L Andrews [Mon, 1 Oct 2012 04:07:32 +0000 (06:07 +0200)]
base/lib/Text/Tradition/Collation/RelationshipStore.pm

index 195eb09..69efe51 100644 (file)
@@ -659,7 +659,6 @@ sub add_relationship {
        # Find all the pairs for which we need to set the relationship.
     if( $relationship->colocated && $relationship->nonlocal && !$thispaironly ) {
        my @global_set = $self->add_global_relationship( $relationship );
-       map { push( @$_, $relationship->type ) } @global_set;
                push( @pairs_set, @global_set );
     }
     if( $propagate ) {