Changeset 68 for trunk/gsdl/perllib


Ignore:
Timestamp:
1998-12-11T10:33:26+13:00 (25 years ago)
Author:
sjboddie
Message:

Don't need to be sorting files at build time anymore

File:
1 edited

Legend:

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

    r4 r68  
    4646
    4747    # process each file
    48     foreach $subfile (sort alphabetically @$file_list) {
     48    foreach $subfile (sort @$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.