summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/functions/functions_privacy.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/functions/functions_privacy.php b/includes/functions/functions_privacy.php
index 93f94b4c8c..04d813a32a 100644
--- a/includes/functions/functions_privacy.php
+++ b/includes/functions/functions_privacy.php
@@ -507,6 +507,9 @@ function privatize_gedcom($gedrec) {
case 'OBJE':
$newrec="0 @{$gid}@ OBJE\n1 NOTE ".i18n::translate('Details about this media are private. Media details will not be included.');
break;
+ case 'NOTE':
+ $newrec="0 @{$gid}@ NOTE ".i18n::translate('Details about this note are private. Note details will not be included.');
+ break;
default:
$newrec="0 @{$gid}@ {$type}\n1 NOTE ".i18n::translate('Private');
}