IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 30, 2010, 1:06:33 PM (16 years ago)
Author:
watersc1
Message:

If the volume is in the key, then it wasn't working. Now it is.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/ipp_image_path.pl

    r26744 r26745  
    105105            } elsif ($alternate) {
    106106                my $neb = $ipprc->nebulous();
    107                 my $uris = $neb->find_instances($uri);
     107                my $uris = $neb->find_instances($uri,'any');
    108108                my @files = map {URI->new($_)->file if $_} @$uris;
    109                
     109
    110110                if ($#files > 0) {
    111111                    $path = $files[1];
Note: See TracChangeset for help on using the changeset viewer.