From a34d022cae8839295b7d04337eb50c7c96e2fd69 Mon Sep 17 00:00:00 2001 From: Michiel Nauta Date: Thu, 3 Feb 2011 18:17:00 +0000 Subject: [PATCH] Restore person-place replace_handle_reference. svn: r16555 --- src/gen/lib/person.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gen/lib/person.py b/src/gen/lib/person.py index 4f828a2fa..4292c653c 100644 --- a/src/gen/lib/person.py +++ b/src/gen/lib/person.py @@ -330,6 +330,7 @@ class Person(SourceBase, NoteBase, AttributeBase, MediaBase, while old_handle in self.parent_family_list: ix = self.parent_family_list.index(old_handle) self.parent_family_list[ix] = new_handle + elif classname == "Place": handle_list = [ordinance.place for ordinance in self.lds_ord_list] while old_handle in handle_list: ix = handle_list.index(old_handle)