svn: r6105
This commit is contained in:
Alex Roitman
2006-03-08 22:01:08 +00:00
parent dd42490860
commit 91210a5ece
3 changed files with 8 additions and 2 deletions

View File

@@ -568,8 +568,9 @@ class EditFamily(EditPrimary):
child = self.db.get_person_from_handle(handle)
# fix
child.add_parent_family_handle(handle,
RelLib.Person.CHILD_BIRTH,
RelLib.Person.CHILD_BIRTH)
(RelLib.Person.CHILD_BIRTH,''),
(RelLib.Person.CHILD_BIRTH,''),
)
self.db.commit_person(child,trans)
self.db.add_family(self.obj,trans)