Corrections

svn: r1482
This commit is contained in:
Alex Roitman
2003-04-30 04:21:04 +00:00
parent 69eb302f86
commit 7e3546eb89
2 changed files with 238 additions and 1 deletions

View File

@@ -197,7 +197,7 @@ def get_relationship(orig_person,other_person):
rank = 9999999
if orig_person == None:
return "undefined"
return ("undefined",[])
firstName = orig_person.getPrimaryName().getRegularName()
secondName = other_person.getPrimaryName().getRegularName()