Skip to content

Commit

Permalink
Fix #881 - level 2 RIN
Browse files Browse the repository at this point in the history
  • Loading branch information
fisharebest committed Apr 7, 2016
1 parent 0396632 commit 04c8df5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/Functions/FunctionsPrintFacts.php
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,9 @@ class="deleteicon"
// 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();
Expand Down

0 comments on commit 04c8df5

Please sign in to comment.