View | Details | Raw Unified | Return to bug 14387
Collapse All | Expand All

(-)a/authorities/merge.pl (-5 / +7 lines)
Lines 123-132 else { Link Here
123
                }
123
                }
124
            }
124
            }
125
125
126
            my $notreference =
126
            #Setting $notreference
127
              ( $authid[0] == $mergereference )
127
            my $notreference = $authid[1];
128
              ? $authid[1]
128
            if($mergereference == $notreference){
129
              : $authid[0];
129
                $notreference = $authid[0];
130
                #Swap so $recordObj1 is always the correct merge reference
131
                ($recordObj1, $recordObj2) = ($recordObj2, $recordObj1);
132
            }
130
133
131
            # Creating a loop for display
134
            # Creating a loop for display
132
135
133
- 

Return to bug 14387