diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-06-13 19:45:34 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-06-13 19:45:34 +0000 |
| commit | ad733fb67aa48d469c74aa2cbf0d0f2e19316ad1 (patch) | |
| tree | 1bd54da6b8ab11688b280a6cf4306037e7a69a15 /modules | |
| parent | 4b20aaee163b846d65bebe325c311b041db42209 (diff) | |
| download | webtrees-ad733fb67aa48d469c74aa2cbf0d0f2e19316ad1.tar.gz webtrees-ad733fb67aa48d469c74aa2cbf0d0f2e19316ad1.tar.bz2 webtrees-ad733fb67aa48d469c74aa2cbf0d0f2e19316ad1.zip | |
#593401 Branding in functions.php
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/googlemap/googlemap.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/googlemap/googlemap.php b/modules/googlemap/googlemap.php index b18eaaeeb2..143337cebb 100644 --- a/modules/googlemap/googlemap.php +++ b/modules/googlemap/googlemap.php @@ -474,8 +474,8 @@ function build_indiv_map($indifacts, $famids) { if (!empty($placerec)) { $ctla = preg_match("/\d LATI (.*)/", $placerec, $match1); $ctlo = preg_match("/\d LONG (.*)/", $placerec, $match2); - $spouserec = get_sub_record(2, "2 _PGVS", $factrec); - $ctlp = preg_match("/\d _PGVS @(.*)@/", $spouserec, $spouseid); + $spouserec = get_sub_record(2, "2 _WTS", $factrec); + $ctlp = preg_match("/\d _WTS @(.*)@/", $spouserec, $spouseid); if ($ctlp>0) { $useThisItem = displayDetailsById($spouseid[1]); } else { |
