diff options
| author | Greg Roach <fisharebest@gmail.com> | 2016-04-07 13:46:25 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2016-04-07 13:46:25 +0100 |
| commit | 04c8df58515d77e1e462aeda710a3d14310bdf30 (patch) | |
| tree | 0ff6ed1c7b0568a8ad490ff3ffafadf7fa68992f /app/Functions | |
| parent | 0396632b9b27416f4acabb5f057f0e6a1b0d424f (diff) | |
| download | webtrees-04c8df58515d77e1e462aeda710a3d14310bdf30.tar.gz webtrees-04c8df58515d77e1e462aeda710a3d14310bdf30.tar.bz2 webtrees-04c8df58515d77e1e462aeda710a3d14310bdf30.zip | |
Fix #881 - level 2 RIN
Diffstat (limited to 'app/Functions')
| -rw-r--r-- | app/Functions/FunctionsPrintFacts.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/Functions/FunctionsPrintFacts.php b/app/Functions/FunctionsPrintFacts.php index e144ff3b44..261b18ee1e 100644 --- a/app/Functions/FunctionsPrintFacts.php +++ b/app/Functions/FunctionsPrintFacts.php @@ -385,7 +385,9 @@ class FunctionsPrintFacts { // These will be shown at the end break; case '_UID': - // These shouldn't be displayed at all. + case 'RIN': + // These don't belong at level 2, so do not display them. + // They are only shown when editing. break; case 'EVEN': // 0 SOUR / 1 DATA / 2 EVEN / 3 DATE / 3 PLAC $events = array(); |
