Ignore:
Timestamp:
2005-09-23T15:22:59+12:00 (19 years ago)
Author:
kjdon
Message:

added -no_metadata_formatting option to avoid the format_metadata_for_sorting call

File:
1 edited

Legend:

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

    r10253 r10630  
    111111    }
    112112   
    113     $metavalue = &sorttools::format_metadata_for_sorting($metaname, $metavalue, $doc_obj);
     113    $metavalue = &sorttools::format_metadata_for_sorting($metaname, $metavalue, $doc_obj) unless $self->{'no_metadata_formatting'};
    114114    if (defined $self->{'list'}->{"$doc_OID.$section"}) {
    115115        my $outhandle = $self->{'outhandle'};
Note: See TracChangeset for help on using the changeset viewer.