IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

change Nebulous::Server->find_objects() to return dirs and to sort it's output

File:
1 edited

Legend:

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

    r24545 r24558  
    317317        FROM storage_object
    318318        WHERE dir_id = ?
     319    },
     320    find_dir_by_parent_id => qq{
     321        SELECT dir_id, dirname
     322        FROM directory
     323        WHERE parent_id = ?
    319324    },
    320325    rename_object => qq{
Note: See TracChangeset for help on using the changeset viewer.