From ef6a2efed29f7d5034baca910836a32ea3fdeeb8 Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Sun, 10 Sep 2017 21:51:28 -0400 Subject: [PATCH] rt# 76968 - updated Map service module link --- httemplate/misc/confirm-censustract.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/httemplate/misc/confirm-censustract.html b/httemplate/misc/confirm-censustract.html index 0afb75460..b491d4954 100644 --- a/httemplate/misc/confirm-censustract.html +++ b/httemplate/misc/confirm-censustract.html @@ -16,8 +16,8 @@ Confirm census tract <% $location{address1} |h %> <% $location{address2} |h %>
<% $location{city} |h %>, <% $location{state} |h %> <% $location{zip} |h %>

-% my $querystring = "census_year=$year&latitude=".$cache->get('latitude').'&longitude='.$cache->get('longitude'); -Map service module location
% $querystring = "census_year=$year&pre=$pre&zip_code=" . $cache->get('zip');