* src/GrampsDb/_GrampsBSDDB.py: remove function call in find_surname

svn: r5809
This commit is contained in:
Don Allingham 2006-01-20 20:23:38 +00:00
parent 85cb930006
commit 997be85261
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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])