View | Details | Raw Unified | Return to bug 23991
Collapse All | Expand All

(-)a/opac/opac-suggestions.pl (-2 / +1 lines)
Lines 129-135 if ( $op eq 'else' ) { Link Here
129
129
130
$suggestion = {
130
$suggestion = {
131
    map {
131
    map {
132
        my $p = $suggestion->{$_}
132
        my $p = $suggestion->{$_};
133
        # Keep parameters that are not an empty string
133
        # Keep parameters that are not an empty string
134
        ( defined $p && $p ne '' ? ( $_ => $p ) : () )
134
        ( defined $p && $p ne '' ? ( $_ => $p ) : () )
135
    } keys %$suggestion
135
    } keys %$suggestion
136
- 

Return to bug 23991