diff options
Diffstat (limited to 'library')
| -rw-r--r-- | library/WT/Tree.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/WT/Tree.php b/library/WT/Tree.php index 90035162b1..b89b7d0945 100644 --- a/library/WT/Tree.php +++ b/library/WT/Tree.php @@ -323,7 +323,7 @@ class WT_Tree { $note=WT_I18N::translate('Edit this individual and replace their details with your own'); WT_DB::prepare("INSERT INTO `##gedcom_chunk` (gedcom_id, chunk_data) VALUES (?, ?)")->execute(array( $tree_id, - "0 HEAD\n0 @I1@ INDI\n1 NAME {$john_doe}\n1 SEX M\n1 BIRT\n2 DATE 01 JAN 1850\n2 NOTE {$note}\n0 TRLR\n" + "0 HEAD\n1 CHAR UTF-8\n0 @I1@ INDI\n1 NAME {$john_doe}\n1 SEX M\n1 BIRT\n2 DATE 01 JAN 1850\n2 NOTE {$note}\n0 TRLR\n" )); // Set the initial blocks |
