MV_ONFLY_JOINER —
Interchange 5.7.0:
Source: lib/Vend/Order.pm (rev. 2.103 from Sat Oct 25 00:01:32 2008)
Line 671 (context shows lines 661-675 in onfly():658)
if (ref $opt) {
$item_text = $opt->{text} || '';
}
else {
$item_text = $opt;
$opt = {};
}
# return create_onfly() if $opt->{create};
my $joiner = $::Variable->{MV_ONFLY_JOINER} || '|';
my $split_fields= $::Variable->{MV_ONFLY_FIELDS} || undef;
$item_text =~ s/\s+$//;
$item_text =~ s/^\s+//;