svn: r7022
This commit is contained in:
Don Allingham 2006-07-13 03:13:57 +00:00
parent a89718f726
commit 5b939eb1b6

View File

@ -473,6 +473,7 @@ class Person(PrimaryObject,SourceBase,NoteBase,MediaBase,
try:
return self.event_ref_list[self.birth_ref_index]
except IndexError:
print self.birth_ref_index, type(self.birth_ref_index)
return None
def get_death_ref(self):