Update
svn: r3457
This commit is contained in:
parent
3e5827b671
commit
7b7c071bd8
@ -301,7 +301,7 @@ class RelationshipCalculator:
|
|||||||
if orig_person == None:
|
if orig_person == None:
|
||||||
return ("undefined",[])
|
return ("undefined",[])
|
||||||
|
|
||||||
if orig_person == other_person:
|
if orig_person.get_handle() == other_person.get_handle():
|
||||||
return ('', [])
|
return ('', [])
|
||||||
|
|
||||||
if self.is_spouse(orig_person,other_person):
|
if self.is_spouse(orig_person,other_person):
|
||||||
|
Loading…
Reference in New Issue
Block a user