diff options
author | Mark Wells <mark@freeside.biz> | 2013-04-09 20:01:01 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2013-04-09 20:01:01 -0700 |
commit | 4402718cbb1f0647bd734440b6fa2a1cd85a5635 (patch) | |
tree | 0e4464522a2a19ab0de4407fc5b1bd62b9a1f8bc /httemplate/search/elements | |
parent | c27646e15634deb59a81495753d649dc1a1c05fc (diff) |
improvements to 477 report, #21703
Diffstat (limited to 'httemplate/search/elements')
-rw-r--r-- | httemplate/search/elements/search.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/elements/search.html b/httemplate/search/elements/search.html index 68c488837..d44b45465 100644 --- a/httemplate/search/elements/search.html +++ b/httemplate/search/elements/search.html @@ -353,7 +353,7 @@ if ( $opt{'disableable'} ) { my $limit = ''; my($confmax, $maxrecords, $offset ); -unless ( $type =~ /^(csv|\w*.xls)$/) { +unless ( $type =~ /^(csv|xml|\w*.xls)$/) { # html mode unless (exists($opt{count_query}) && length($opt{count_query})) { ( $opt{count_query} = $opt{query} ) =~ |