* src/Date.py: remove comment field
* src/DateParser.py: add parsing of Month Day1-Day2, Year * src/RelLib.py: make date parsers/displayers global to resolve pickle-ing problem * src/EditPerson.py: update lists before committing to database svn: r3559
This commit is contained in:
@ -141,6 +141,7 @@ class GrampsDbBase:
|
||||
if transaction != None:
|
||||
old_data = self.person_map.get(handle)
|
||||
transaction.add(PERSON_KEY,handle,old_data)
|
||||
|
||||
self.person_map[handle] = person.serialize()
|
||||
|
||||
def commit_media_object(self,obj,transaction,change_time=None):
|
||||
|
Reference in New Issue
Block a user