IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 7, 2007, 4:31:34 PM (19 years ago)
Author:
jhoblitt
Message:

s/get_storage_volume_byname/get_storage_volume_by_name/

File:
1 edited

Legend:

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

    r13302 r13303  
    11# Copyright (c) 2004  Joshua Hoblitt
    22#
    3 # $Id: SQL.pm,v 1.41 2007-05-08 02:27:42 jhoblitt Exp $
     3# $Id: SQL.pm,v 1.42 2007-05-08 02:31:34 jhoblitt Exp $
    44
    55package Nebulous::Server::SQL;
     
    200200            AND available = ?
    201201    },
    202     get_storage_volume_byname   => qq{
     202    get_storage_volume_by_name   => qq{
    203203        SELECT
    204204            vol_id,
Note: See TracChangeset for help on using the changeset viewer.