Push an edited record back into a GEDCOM object
Usage
push_record(gedcom, record)
Arguments
- gedcom
An object representing the GEDCOM file.
- record
An object representing the record to place back into the
GEDCOM object.
Value
An updated GEDCOM object.
Details
The function will automatically keep family links for individuals updated.
It will also update the record last_updated if update_change_dates in the
gedcom object is set to TRUE.