summaryrefslogtreecommitdiff
path: root/httemplate/search/elements/grouped-search/core
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/search/elements/grouped-search/core')
-rw-r--r--httemplate/search/elements/grouped-search/core2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/elements/grouped-search/core b/httemplate/search/elements/grouped-search/core
index 3d38a8c7e..b15fe8659 100644
--- a/httemplate/search/elements/grouped-search/core
+++ b/httemplate/search/elements/grouped-search/core
@@ -110,7 +110,7 @@ for my $i (0 .. scalar(@groups) - 1) {
push @group_labels, $label;
my @footer;
- if ($opt{'subtotal_row'}) {
+ if ($opt{'subtotal_row'} and @groups > 1) {
for( my $col = 0;
exists($opt{'subtotal_row'}[$col]) or exists($opt{'header'}[$col]);
$col++