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

(-)a/acqui/neworderempty.pl (-2 / +1 lines)
Lines 703-707 sub _trim { Link Here
703
    my $string = shift;
703
    my $string = shift;
704
    return unless $string;
704
    return unless $string;
705
    $string =~ s/^\s+|\s+$//g;
705
    $string =~ s/^\s+|\s+$//g;
706
    return $string;
706
    return $string // q{};
707
}
707
}
708
- 

Return to bug 20817