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

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

Return to bug 20817