cgdsoftware / php-gedcom

A library for reading and writing GEDCOM files in PHP.
https://www.facebook.com/familytree365
MIT License
24 stars 12 forks source link

Wrong even processing in the PhpGedcom\Writer\Indi #9

Closed dench0 closed 3 years ago

dench0 commented 3 years ago

Need to add extra wrapping loop for processing even https://github.com/familytree365/php-gedcom/blob/346a8a76f7d2e877d528cbb34b70583a5edeae3b/library/PhpGedcom/Writer/Indi.php#L60-L66 Check this code for more info: https://github.com/familytree365/php-gedcom/blob/346a8a76f7d2e877d528cbb34b70583a5edeae3b/library/PhpGedcom/Record/Indi.php#L242-L253