IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 20, 2008, 3:25:21 PM (18 years ago)
Author:
jhoblitt
Message:

add Nebulous::Server::mounts()

File:
1 edited

Legend:

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

    r17072 r17077  
    11# Copyright (c) 2004  Joshua Hoblitt
    22#
    3 # $Id: SQL.pm,v 1.49 2008-03-20 21:10:57 jhoblitt Exp $
     3# $Id: SQL.pm,v 1.50 2008-03-21 01:24:36 jhoblitt Exp $
    44
    55package Nebulous::Server::SQL;
     
    265265        GROUP BY so_id
    266266        HAVING need_recovery = 1
     267    },
     268    get_mounted_volumes => qq{
     269        SELECT * FROM mountedvol ORDER BY vol_id
    267270    },
    268271);
Note: See TracChangeset for help on using the changeset viewer.