* src/GrampsDbBase.py (find_event_from_handle):
Add transaction argument svn: r3463
This commit is contained in:
parent
ca1c4fe042
commit
e2359e9c19
@ -25,6 +25,8 @@
|
|||||||
src/plugins/WebPage.py, src/plugins/WriteCD.py,
|
src/plugins/WebPage.py, src/plugins/WriteCD.py,
|
||||||
src/plugins/WritePkg.py, src/plugins/DetAncestralReport.py:
|
src/plugins/WritePkg.py, src/plugins/DetAncestralReport.py:
|
||||||
Use get_event_from_handle (not find_ ).
|
Use get_event_from_handle (not find_ ).
|
||||||
|
* src/GrampsDbBase.py (find_event_from_handle):
|
||||||
|
Add transaction argument
|
||||||
|
|
||||||
2004-08-20 Don Allingham <dallingham@users.sourceforge.net>
|
2004-08-20 Don Allingham <dallingham@users.sourceforge.net>
|
||||||
* src/gramps_main.py: update family display after EditPerson
|
* src/gramps_main.py: update family display after EditPerson
|
||||||
|
@ -356,7 +356,7 @@ class GrampsDbBase:
|
|||||||
self.smap_index = self.smap_index + 1
|
self.smap_index = self.smap_index + 1
|
||||||
return source
|
return source
|
||||||
|
|
||||||
def find_event_from_handle(self,val):
|
def find_event_from_handle(self,val,transaction):
|
||||||
"""
|
"""
|
||||||
Finds a Event in the database from the passed GRAMPS ID.
|
Finds a Event in the database from the passed GRAMPS ID.
|
||||||
If no such Event exists, a new Event is added to the database.
|
If no such Event exists, a new Event is added to the database.
|
||||||
|
Loading…
Reference in New Issue
Block a user