IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13635


Ignore:
Timestamp:
Jun 4, 2007, 5:39:20 PM (19 years ago)
Author:
Paul Price
Message:

Missed one.

File:
1 edited

Legend:

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

    r13634 r13635  
    11# Copyright (c) 2006  Paul Price, Joshua Hoblitt
    22#
    3 # $Id: Config.pm,v 1.55 2007-06-05 03:39:13 price Exp $
     3# $Id: Config.pm,v 1.56 2007-06-05 03:39:20 price Exp $
    44
    55package PS::IPP::Config;
     
    603603              return $limit->{value} if $limit->{name} eq $name;
    604604          }
    605           carp "Unable to find limit $name in REJECTION list for $type.\n";
     605          carp "Unable to find limit $name in REJECTIONS list for $type.\n";
    606606          return undef;
    607607      }
Note: See TracChangeset for help on using the changeset viewer.