Changeset 10113


Ignore:
Timestamp:
2005-06-15T15:11:25+12:00 (19 years ago)
Author:
davidb
Message:

'removesuffix' and 'removeprefix' modified so also passed down recursive call
to AZCompactList/AZList ...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/classify/AZCompactList.pm

    r9575 r10113  
    454454        push @args, ("-buttonname", "$metavalue");
    455455        push @args, ("-sort", $self->{'sortname'});
     456
     457        if (defined $self->{'removeprefix'}) {
     458            push @args, ("-removeprefix", $self->{'removeprefix'});
     459        }
     460        if (defined $self->{'removesuffix'}) {
     461            push @args, ("-removesuffix", $self->{'removesuffix'});
     462        }
     463       
    456464        push @args, ("-doclevel", "$doclevel");
    457465        push @args, ("-mingroup", $mingroup);
Note: See TracChangeset for help on using the changeset viewer.