diff options
| author | Rico Sonntag <magic_sunday@gmx.de> | 2014-02-12 20:50:25 +0100 |
|---|---|---|
| committer | Rico Sonntag <magic_sunday@gmx.de> | 2014-02-12 20:50:25 +0100 |
| commit | 28c52a9db39d4a40f0f3674022442bbc25321a8d (patch) | |
| tree | 07a96b038ea423f246481f6540fe4a66cd971b6a | |
| parent | 1080374927a08ccc90101645f6cb5400119b807d (diff) | |
| download | webtrees-28c52a9db39d4a40f0f3674022442bbc25321a8d.tar.gz webtrees-28c52a9db39d4a40f0f3674022442bbc25321a8d.tar.bz2 webtrees-28c52a9db39d4a40f0f3674022442bbc25321a8d.zip | |
This commit fixed #95, Changed sort order of cremation and burial
| -rw-r--r-- | library/WT/Fact.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/WT/Fact.php b/library/WT/Fact.php index f1e23256e8..0b95fe699f 100644 --- a/library/WT/Fact.php +++ b/library/WT/Fact.php @@ -371,7 +371,7 @@ class WT_Fact { '_HOL', '_????_', 'DEAT', - '_FNRL', 'BURI', 'CREM', '_INTE', + '_FNRL', 'CREM', 'BURI', '_INTE', '_YART', '_NLIV', 'PROB', |
