summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorŁukasz Wilenski <wooc@gazeta.pl>2010-09-17 18:19:39 +0000
committerŁukasz Wilenski <wooc@gazeta.pl>2010-09-17 18:19:39 +0000
commitaca6120202935a73dd7aa38519cb4bcae2bb16f6 (patch)
treed2a5deda6158f42e53eebe2e7c60faba8380dfd2 /includes
parent9a5133cb7768ad96ec1a2a9debb37cce3408d211 (diff)
downloadwebtrees-aca6120202935a73dd7aa38519cb4bcae2bb16f6.tar.gz
webtrees-aca6120202935a73dd7aa38519cb4bcae2bb16f6.tar.bz2
webtrees-aca6120202935a73dd7aa38519cb4bcae2bb16f6.zip
more privacy for #641463
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');
}