diff options
| author | ivan <ivan> | 2011-08-18 23:22:08 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2011-08-18 23:22:08 +0000 |
| commit | a9b978f216f2fc4845363f0b48891b53870adefb (patch) | |
| tree | 76f61dc77d2c5fb7aed1a45c93388d61c5b7ba63 | |
| parent | 94b857eb505813ba0a8b45be6d2bd94482878209 (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; |
