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