projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c4d562
)
fix "multiple states" links, RT#13922
author
ivan
<ivan>
Thu, 18 Aug 2011 23:59:23 +0000
(23:59 +0000)
committer
ivan
<ivan>
Thu, 18 Aug 2011 23:59:23 +0000
(23:59 +0000)
httemplate/search/477partVI_census.html
patch
|
blob
|
history
httemplate/search/cust_pkg.cgi
patch
|
blob
|
history
diff --git
a/httemplate/search/477partVI_census.html
b/httemplate/search/477partVI_census.html
index
b65a570
..
534d872
100755
(executable)
--- a/
httemplate/search/477partVI_census.html
+++ b/
httemplate/search/477partVI_census.html
@@
-173,7
+173,7
@@
my $html_foot = sub {
'</TD>'.
'<TD>'.
qq(<A HREF="${link}censustract2=$_$roa_r$roa_c$roa_t">).
-
#can't get this count to match the link#
$state_pkgcount{$_}.
+ $state_pkgcount{$_}.
' packages</A> in '.
$state_hash{$_}. ' census tracts'.
'</TD>'.
diff --git
a/httemplate/search/cust_pkg.cgi
b/httemplate/search/cust_pkg.cgi
index
8f4cce1
..
297edee
100755
(executable)
--- a/
httemplate/search/cust_pkg.cgi
+++ b/
httemplate/search/cust_pkg.cgi
@@
-164,7
+164,7
@@
for my $param (qw( censustract censustract2 )) {
my $report_option = $cgi->param('report_option');
$search_hash{report_option} = $report_option if $report_option;
-for my $param (grep /^report_option_any/, $cgi->param
s
) {
+for my $param (grep /^report_option_any/, $cgi->param) {
$search_hash{$param} = $cgi->param($param);
}