IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24561


Ignore:
Timestamp:
Jun 25, 2009, 2:47:38 PM (17 years ago)
Author:
jhoblitt
Message:

fix dir sorting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/lib/Nebulous/Server.pm

    r24558 r24561  
    14601460            my $dir = $row->{'dirname'};
    14611461            if ($dir_id == 1) {
    1462                 push @keys, $dir . '/' if $dir;
     1462                push @dir_keys, $dir . '/' if $dir;
    14631463            } else {
    1464                 push @keys, $key->path . '/' . $dir . '/' if $dir;
     1464                push @dir_keys, $key->path . '/' . $dir . '/' if $dir;
    14651465            }
    14661466            $log->debug( "matched $dir" ) if $dir;
Note: See TracChangeset for help on using the changeset viewer.