diff options
Diffstat (limited to 'modules/batch_update/plugins/birth_y.php')
| -rw-r--r-- | modules/batch_update/plugins/birth_y.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/batch_update/plugins/birth_y.php b/modules/batch_update/plugins/birth_y.php index 4b39643ad9..2dbf71daec 100644 --- a/modules/batch_update/plugins/birth_y.php +++ b/modules/batch_update/plugins/birth_y.php @@ -40,7 +40,7 @@ class birth_y_bu_plugin extends base_plugin { static function getDescription() { return i18n::translate('You can improve the performance of PGV by ensuring that all individuals have a «start of life» event.'); } - + static function doesRecordNeedUpdate($xref, $gedrec) { return !preg_match('/^1\s+'.WT_EVENTS_BIRT.'\b/m', $gedrec); } |
