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.pm

    r13302 r13303  
    11# Copyright (c) 2004  Joshua Hoblitt
    22#
    3 # $Id: Server.pm,v 1.41 2007-05-08 02:27:42 jhoblitt Exp $
     3# $Id: Server.pm,v 1.42 2007-05-08 02:31:34 jhoblitt Exp $
    44
    55package Nebulous::Server;
     
    10931093        my $rows;
    10941094        if ( $name ) {
    1095             $query = $db->prepare_cached( $sql->get_storage_volume_byname );
     1095            $query = $db->prepare_cached( $sql->get_storage_volume_by_name );
    10961096            # %free, name, avaiable, allocate
    10971097            $rows = $query->execute(0.95, $name, 1, 1);
Note: See TracChangeset for help on using the changeset viewer.