* src/GrampsDb/_GrampsBSDDB.py: remove function call in find_surname
svn: r5809
This commit is contained in:
parent
d03d8273a9
commit
6df41590dd
@ -1,3 +1,6 @@
|
||||
2006-01-20 Don Allingham <don@gramps-project.org>
|
||||
* src/GrampsDb/_GrampsBSDDB.py: remove function call in find_surname
|
||||
|
||||
2006-01-20 Alex Roitman <shura@gramps-project.org>
|
||||
* src/GrampsDb/_GrampsBSDDB.py (transaction_begin,
|
||||
transaction_commit): disable secondary index removal/rebuilding
|
||||
|
@ -59,7 +59,7 @@ _MINVERSION = 5
|
||||
_DBVERSION = 9
|
||||
|
||||
def find_surname(key,data):
|
||||
return str(data[3].get_surname())
|
||||
return str(data[3].surname)
|
||||
|
||||
def find_idmap(key,data):
|
||||
return str(data[1])
|
||||
|
Loading…
Reference in New Issue
Block a user