diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2019-01-27 16:34:03 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2019-01-27 16:34:03 +0000 |
| commit | dfb2a24d6db2b7db3d0a17b0174bd3af6c32755b (patch) | |
| tree | abd79066827774b06cbb2707c3d7252d23d631c2 | |
| parent | e6edb260f9e0e864480c1bde3c1199a3b6c30c53 (diff) | |
| download | webtrees-dfb2a24d6db2b7db3d0a17b0174bd3af6c32755b.tar.gz webtrees-dfb2a24d6db2b7db3d0a17b0174bd3af6c32755b.tar.bz2 webtrees-dfb2a24d6db2b7db3d0a17b0174bd3af6c32755b.zip | |
Tests
| -rw-r--r-- | app/Functions/FunctionsExport.php | 2 | ||||
| -rw-r--r-- | tests/data/demo.ged | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app/Functions/FunctionsExport.php b/app/Functions/FunctionsExport.php index 7b18e55ffc..66bdc979fa 100644 --- a/app/Functions/FunctionsExport.php +++ b/app/Functions/FunctionsExport.php @@ -125,7 +125,7 @@ class FunctionsExport $SUBM = "\n1 SUBM @{$subm}@"; } - return $HEAD . $SOUR . $DEST . $DATE . $GEDC . $CHAR . $FILE . $COPR . $LANG . $SUBN . $SUBM . "\n"; + return $HEAD . $SOUR . $DEST . $DATE . $SUBM . $SUBN . $FILE . $COPR . $GEDC . $CHAR . $LANG . "\n"; } /** diff --git a/tests/data/demo.ged b/tests/data/demo.ged index 0241cfcab5..3403baf505 100644 --- a/tests/data/demo.ged +++ b/tests/data/demo.ged @@ -5,14 +5,14 @@ 1 DEST DISKETTE
1 DATE 21 MAY 2018
2 TIME 22:45:34
+1 SUBM @X1166@
+1 FILE demo.ged
+1 COPR Greg Roach
1 GEDC
2 VERS 5.5.1
2 FORM Lineage-Linked
1 CHAR UTF-8
-1 FILE demo.ged
1 LANG English
-1 COPR Greg Roach
-1 SUBM @X1166@
0 @X1030@ INDI
1 NAME Queen Elizabeth II
2 GIVN Elizabeth, Alexandra, Mary
|
