Record::changed - jcobban/Genealogy GitHub Wiki
$record->changed()
Up: class Record
This method returns true if the record has been changed since it was read from the database, and therefore $record->save()
must be called to update the database. There is no general need to check this as $record->save()
does nothing if the database does not need to be updated.
Next: $record->delete($xml)