IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10569


Ignore:
Timestamp:
Dec 8, 2006, 9:41:56 AM (20 years ago)
Author:
Paul Price
Message:

Fixing leftover debugging symbol.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PS-IPP-Config/lib/PS/IPP/Config.pm

    r10568 r10569  
    11# Copyright (c) 2006  Paul Price, Joshua Hoblitt
    22#
    3 # $Id: Config.pm,v 1.15 2006-12-08 19:41:12 price Exp $
     3# $Id: Config.pm,v 1.16 2006-12-08 19:41:56 price Exp $
    44
    55package PS::IPP::Config;
     
    121121            # choose to fix it and give the user what we think they
    122122            # want, rather than what they asked for.
    123             $path = File::Spec->catfile( undef, $blah, $uri->path() );
     123            $path = File::Spec->catfile( undef, $host, $uri->path() );
    124124        } else {
    125125            $path = $uri->path();
Note: See TracChangeset for help on using the changeset viewer.