diff options
| author | Mark Wells <mark@freeside.biz> | 2012-08-15 14:53:58 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2012-08-15 14:53:58 -0700 |
| commit | 31bf738cc7479d014abd238faaeb3e2c65ffbcbe (patch) | |
| tree | f0e62fb0abe562e6d4d8e1c48e0d3238ef9fec9a | |
| parent | 970b97a1792729bc4a565cf0504c0d288ae89349 (diff) | |
don't show links to download incomplete 477 reports, #18930
| -rwxr-xr-x | httemplate/search/477partV.html | 2 | ||||
| -rwxr-xr-x | httemplate/search/477partVI_census.html | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/search/477partV.html b/httemplate/search/477partV.html index 1c8773af7..a7dc2eeb2 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> |
