diff options
| author | fisharebest <fisharebest@gmail.com> | 2013-07-29 20:04:12 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2013-07-29 20:04:12 +0000 |
| commit | fd36a692c2ee81e41f45b6dcc11ace4fdb636bf9 (patch) | |
| tree | fe8b45ac613c20dd2ca5a7e4979fe1ad36a2bbba /library | |
| parent | 057dc48a8d4c6f2fa5e913d68d0119575256124b (diff) | |
| download | webtrees-fd36a692c2ee81e41f45b6dcc11ace4fdb636bf9.tar.gz webtrees-fd36a692c2ee81e41f45b6dcc11ace4fdb636bf9.tar.bz2 webtrees-fd36a692c2ee81e41f45b6dcc11ace4fdb636bf9.zip | |
#1206117 - Add a new wife: always "EX-wife"
Diffstat (limited to 'library')
| -rw-r--r-- | library/WT/Family.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/library/WT/Family.php b/library/WT/Family.php index 6163ff1d0d..b912603a10 100644 --- a/library/WT/Family.php +++ b/library/WT/Family.php @@ -178,14 +178,6 @@ class WT_Family extends WT_GedcomRecord { return $this->getFirstFact('MARR'); } - // Return whether or not this family ended in a divorce or was never married. - function isDivorced() { - return $this->getFirstFact('MARR') !== null; - } - function isNotMarried() { - return $this->getFirstFact('_NMR') !== null; - } - /** * get marriage date * @return string |
