diff options
| author | fisharebest <fisharebest@gmail.com> | 2013-06-22 07:40:07 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2013-06-22 07:40:07 +0000 |
| commit | ddb562033e816237c040b4843392862f9fe07eaf (patch) | |
| tree | d8e68eee963d6b83a9450e925b16adc46ffec732 /library | |
| parent | d21cc07bb3c485545dc556e36751896da00cfb94 (diff) | |
| download | webtrees-ddb562033e816237c040b4843392862f9fe07eaf.tar.gz webtrees-ddb562033e816237c040b4843392862f9fe07eaf.tar.bz2 webtrees-ddb562033e816237c040b4843392862f9fe07eaf.zip | |
"Private note" created using invalid GEDCOM (two spaces)
Diffstat (limited to 'library')
| -rw-r--r-- | library/WT/Note.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/WT/Note.php b/library/WT/Note.php index 7dc4d10470..7cf671322f 100644 --- a/library/WT/Note.php +++ b/library/WT/Note.php @@ -48,7 +48,7 @@ class WT_Note extends WT_GedcomRecord { // Generate a private version of this record protected function createPrivateGedcomRecord($access_level) { - return '0 @'.$this->xref.'@ NOTE '.WT_I18N::translate('Private'); + return '0 @'.$this->xref.'@ NOTE '.WT_I18N::translate('Private'); } // Fetch the record from the database |
