diff options
author | ivan <ivan> | 2011-08-18 23:22:07 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-08-18 23:22:07 +0000 |
commit | 88a31cf71eebe7517d1fb511e12331b700cfba6f (patch) | |
tree | 2f1237e61953b75b495c0163544b40a15d5ec8b0 | |
parent | affa8752dbe311130e0777d0368ba3fde8438641 (diff) |
fix 477 package links report_option arg, RT#13922
-rwxr-xr-x | httemplate/search/477partVI_census.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/search/477partVI_census.html b/httemplate/search/477partVI_census.html index 404790112..9256b86b3 100755 --- a/httemplate/search/477partVI_census.html +++ b/httemplate/search/477partVI_census.html @@ -146,8 +146,8 @@ my $link_suffix = sub { my $row = shift; my $result = 'censustract='. $row->censustract. ';'; my @ro = grep $_, @row_option[$row->upload - 1], - @column_option[$row->download - 1], - @technology_option[$row->technology_code - 1], + @column_option[$row->download - 2], + @technology_option[$row->technology_code], ; $result .= 'report_option='. join(',',@ro) if @ro; $result; |