summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2009-05-27 21:35:02 +0000
committerivan <ivan>2009-05-27 21:35:02 +0000
commit1ea01e0de07329bb1dfdf4e984b6ef3ad6561d84 (patch)
tree3bcae7abc1d82f9683bb79299586298a79f46266
parentad723cf8d003a2ef4b19adfa5f46ff78b2423cc7 (diff)
fix total line links on tax report when using report_group kludge? (possibly not in all corner cases), RT#5446
-rwxr-xr-xhttemplate/search/report_tax.cgi5
1 files changed, 3 insertions, 2 deletions
diff --git a/httemplate/search/report_tax.cgi b/httemplate/search/report_tax.cgi
index d17adb9aa..ed5ebef03 100755
--- a/httemplate/search/report_tax.cgi
+++ b/httemplate/search/report_tax.cgi
@@ -545,8 +545,9 @@ foreach (@regions) {
my $total_url_param = '';
if ( $group_op ) {
- $total_url_param = 'report_group='.uri_escape("$group_op $group_value").';'.
- join(';', 'taxclass='.dbh->quote($_), keys %taxclasses );
+ $total_url_param =
+ 'report_group='.uri_escape("$group_op $group_value").';'.
+ join(';', map 'taxclass='.dbh->quote($_), keys %taxclasses );
}
#ordering