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

(-)a/acqui/neworderempty.pl (-2 / +1 lines)
Lines 696-700 sub _trim { Link Here
696
    my $string = shift;
696
    my $string = shift;
697
    return unless $string;
697
    return unless $string;
698
    $string =~ s/^\s+|\s+$//g;
698
    $string =~ s/^\s+|\s+$//g;
699
    return $string;
699
    return $string // q{};
700
}
700
}
701
- 

Return to bug 20817