2006-11-02 Alex Roitman <shura@gramps-project.org>
* src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_9): Typo. svn: r7540
This commit is contained in:
parent
c1f80b179d
commit
a67a8548a3
@ -1,3 +1,6 @@
|
|||||||
|
2006-11-02 Alex Roitman <shura@gramps-project.org>
|
||||||
|
* src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_9): Typo.
|
||||||
|
|
||||||
2006-11-01 Don Allingham <don@gramps-project.org>
|
2006-11-01 Don Allingham <don@gramps-project.org>
|
||||||
* src/plugins/DescendReport.py: handle exceeding the max generations
|
* src/plugins/DescendReport.py: handle exceeding the max generations
|
||||||
|
|
||||||
|
@ -1848,7 +1848,7 @@ class GrampsBSDDB(GrampsDbBase,UpdateCallback):
|
|||||||
place = Place()
|
place = Place()
|
||||||
place.handle = handle
|
place.handle = handle
|
||||||
(junk_handle, place.gramps_id, place.title, place.long, place.lat,
|
(junk_handle, place.gramps_id, place.title, place.long, place.lat,
|
||||||
main_loc, alt_loc, place.urls, place.media_list,
|
place.main_loc, alt_loc, place.urls, place.media_list,
|
||||||
place.source_list, place.note, place.change) = info
|
place.source_list, place.note, place.change) = info
|
||||||
|
|
||||||
# Cover attributes contained in MediaRefs
|
# Cover attributes contained in MediaRefs
|
||||||
|
Loading…
Reference in New Issue
Block a user