summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/Functions/FunctionsPrintFacts.php4
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();