diff options
| author | Nigel Osborne <kiwi3685@me.com> | 2010-05-04 03:35:56 +0000 |
|---|---|---|
| committer | Nigel Osborne <kiwi3685@me.com> | 2010-05-04 03:35:56 +0000 |
| commit | 10fce432434b63f5042b5d6ba96e67b304de3ce9 (patch) | |
| tree | 331039b6461eeca797459a0e7070c65a58fac9b2 | |
| parent | e2fa6e8bcb657cc8cc1f93174ed0270fde6220a5 (diff) | |
| download | webtrees-10fce432434b63f5042b5d6ba96e67b304de3ce9.tar.gz webtrees-10fce432434b63f5042b5d6ba96e67b304de3ce9.tar.bz2 webtrees-10fce432434b63f5042b5d6ba96e67b304de3ce9.zip | |
Replace _PGVU with _WT_USER (accidentally over-written in last change)
| -rw-r--r-- | includes/functions/functions_import.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/functions/functions_import.php b/includes/functions/functions_import.php index 77f7d7da91..6358ab8c16 100644 --- a/includes/functions/functions_import.php +++ b/includes/functions/functions_import.php @@ -63,7 +63,7 @@ function reformat_record_import($rec) { list(, $level, $xref, $tag, $data)=$match; switch ($tag) { // Convert PGV tags to WT - case '_WT_USER': + case '_PGVU': $tag='_WT_USER'; break; case '_PGV_OBJS': |
