diff options
| -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': |
