Changeset 70


Ignore:
Timestamp:
1998-12-11T14:46:59+13:00 (25 years ago)
Author:
sjboddie
Message:

Put sorting back in for now as removing it caused some problems for the
niupepa collection. Will need to look a little more closely at how to
do this.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/plugins/ArcPlug.pm

    r68 r70  
    4646
    4747    # process each file
    48     foreach $subfile (sort @$file_list) {
     48    foreach $subfile (sort alphabetically @$file_list) {
    4949        # note: metadata is not carried on to the next level
    5050        my $tmp = &util::filename_cat ($file, $subfile->[0]);
Note: See TracChangeset for help on using the changeset viewer.