diff options
Diffstat (limited to 'modules/batch_update/plugins/tmglatlon.php')
| -rw-r--r-- | modules/batch_update/plugins/tmglatlon.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/batch_update/plugins/tmglatlon.php b/modules/batch_update/plugins/tmglatlon.php index 6539fc9d3f..a93dbae2e3 100644 --- a/modules/batch_update/plugins/tmglatlon.php +++ b/modules/batch_update/plugins/tmglatlon.php @@ -40,7 +40,7 @@ class tmglatlon_bu_plugin extends base_plugin { static function getDescription() { return i18n::translate('Converts The Master Genealogist\'s proprietary lat/lon format to the GEDCOM 5.5.1 standard that PGV can read. Note: changes are not highlighted in the final output shown below.'); } - + // the default getActionPreview crashes on certain records, override the preview to just show the "after" results instead of the changes // try removing this when bug 2177311 is fixed function getActionPreview($xref, $gedrec) { |
