From bbbd8f9761d018019df2b807c2ce5818e180dbd5 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Wed, 15 Aug 2012 14:53:18 -0700 Subject: [PATCH] don't show links to download incomplete 477 reports, #18930 --- httemplate/search/477partV.html | 2 +- httemplate/search/477partVI_census.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/httemplate/search/477partV.html b/httemplate/search/477partV.html index 0987fea44..1dedf1b76 100755 --- a/httemplate/search/477partV.html +++ b/httemplate/search/477partV.html @@ -10,7 +10,7 @@ 'no_field_elements' => 1, 'fields' => [ 'zip' ], 'url' => $opt{url} || '', - 'disable_download' => 1, + 'really_disable_download' => 1, ) %> diff --git a/httemplate/search/477partVI_census.html b/httemplate/search/477partVI_census.html index 4d1fb2136..078934284 100755 --- a/httemplate/search/477partVI_census.html +++ b/httemplate/search/477partVI_census.html @@ -23,6 +23,7 @@ 'links' => \@links, 'url' => $opt{url} || '', 'xml_row_element' => 'Datarow', + 'really_disable_download' => 1, ) %> <%init> -- 2.11.0