summaryrefslogtreecommitdiff
path: root/app/Functions
diff options
context:
space:
mode:
Diffstat (limited to 'app/Functions')
-rw-r--r--app/Functions/FunctionsPrintFacts.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Functions/FunctionsPrintFacts.php b/app/Functions/FunctionsPrintFacts.php
index c9bd4e88c0..e144ff3b44 100644
--- a/app/Functions/FunctionsPrintFacts.php
+++ b/app/Functions/FunctionsPrintFacts.php
@@ -384,6 +384,9 @@ class FunctionsPrintFacts {
case 'SOUR':
// These will be shown at the end
break;
+ case '_UID':
+ // These shouldn't be displayed at all.
+ break;
case 'EVEN': // 0 SOUR / 1 DATA / 2 EVEN / 3 DATE / 3 PLAC
$events = array();
foreach (preg_split('/ *, */', $match[2]) as $event) {