IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19497


Ignore:
Timestamp:
Sep 11, 2008, 1:02:23 PM (18 years ago)
Author:
jhoblitt
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/lib/Nebulous/Client.pm

    r18858 r19497  
    11# Copyright (c) 2004-2008  Joshua Hoblitt
    22#
    3 # $Id: Client.pm,v 1.58 2008-08-01 23:55:26 jhoblitt Exp $
     3# $Id: Client.pm,v 1.59 2008-09-11 23:02:23 jhoblitt Exp $
    44
    55package Nebulous::Client;
     
    681681
    682682        # then fall back to looking for isntances on any volume
    683         $locations = $self->find_instances( $key, '~any');
     683        $locations = $self->find_instances( $key, 'any');
    684684        unless (defined $locations) {
    685685            return;
Note: See TracChangeset for help on using the changeset viewer.