diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-04-05 21:23:53 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-04-05 21:23:53 +0100 |
| commit | 316142c61b0cf3324c466d0f57a1598f9a1ae0a9 (patch) | |
| tree | 7643fe44d84718d6a05fa9729951baa77a7566b3 /includes | |
| parent | 8b70762bd322fbb5e48fd9e475f04ad47ca86b30 (diff) | |
| download | webtrees-316142c61b0cf3324c466d0f57a1598f9a1ae0a9.tar.gz webtrees-316142c61b0cf3324c466d0f57a1598f9a1ae0a9.tar.bz2 webtrees-316142c61b0cf3324c466d0f57a1598f9a1ae0a9.zip | |
Update .PO files
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/db_schema/db_schema_29_30.php | 2 | ||||
| -rw-r--r-- | includes/functions/functions_import.php | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/includes/db_schema/db_schema_29_30.php b/includes/db_schema/db_schema_29_30.php index 38cde6cfd4..c98ff72165 100644 --- a/includes/db_schema/db_schema_29_30.php +++ b/includes/db_schema/db_schema_29_30.php @@ -21,7 +21,7 @@ use PDOException; // Update the database schema from version 29-30 // - delete an old/unused table -// Originally migrated from PGV, but never used. +// Originally migrated from PhpGedView, but never used. try { Database::exec("DROP TABLE `##ip_address`"); } catch (PDOException $ex) { diff --git a/includes/functions/functions_import.php b/includes/functions/functions_import.php index 151d55b3e6..b128a03a22 100644 --- a/includes/functions/functions_import.php +++ b/includes/functions/functions_import.php @@ -42,7 +42,7 @@ function reformat_record_import($rec, Tree $tree) { list(, $level, $xref, $tag, $data) = $match; $tag = strtoupper($tag); // Tags should always be upper case switch ($tag) { - // Convert PGV tags to WT + // Convert PhpGedView tags to WT case '_PGVU': $tag = '_WT_USER'; break; @@ -474,7 +474,7 @@ function reformat_record_import($rec, Tree $tree) { $tag = 'STAT'; case 'STAT': if ($data == 'CANCELLED') { - // PGV mis-spells this tag - correct it. + // PhpGedView mis-spells this tag - correct it. $data = 'CANCELED'; } break; |
