diff options
| author | fisharebest <fisharebest@gmail.com> | 2013-07-14 21:14:07 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2013-07-14 21:14:07 +0000 |
| commit | 45c8aaffae4e9eb0744c3a5746e872a9befe181f (patch) | |
| tree | 238d83f0c8956f1f849de9c4019aae22b9af4cf7 | |
| parent | df744eafc50cc61b73c8db15a77bd65ddb93cb85 (diff) | |
| download | webtrees-45c8aaffae4e9eb0744c3a5746e872a9befe181f.tar.gz webtrees-45c8aaffae4e9eb0744c3a5746e872a9befe181f.tar.bz2 webtrees-45c8aaffae4e9eb0744c3a5746e872a9befe181f.zip | |
Change the default behaviour NOT to add CEME fields to BURI.
| -rw-r--r-- | includes/config_data.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/config_data.php b/includes/config_data.php index 84b3fc59b9..6d649df6da 100644 --- a/includes/config_data.php +++ b/includes/config_data.php @@ -252,7 +252,7 @@ $level2_tags=array( 'REPO', ), 'CEME'=>array( // CEME is NOT a valid 5.5.1 tag - 'BURI', + //'BURI', ), 'RELA'=>array( 'ASSO', |
