IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17495


Ignore:
Timestamp:
Apr 30, 2008, 5:39:45 PM (18 years ago)
Author:
bills
Message:

Fixed typo in script

File:
1 edited

Legend:

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

    r17487 r17495  
    11# Copyright (c) 2006  Paul Price, Joshua Hoblitt
    22#
    3 # $Id: Config.pm,v 1.81 2008-04-28 21:12:12 eugene Exp $
     3# $Id: Config.pm,v 1.82 2008-05-01 03:39:45 bills Exp $
    44
    55package PS::IPP::Config;
     
    10061006
    10071007    my $reductionClasses;
    1008     if (defiend $self->{reductionClasses}) {
     1008    if (defined $self->{reductionClasses}) {
    10091009        $reductionClasses = $self->{reductionClasses};
    10101010    } else  {
Note: See TracChangeset for help on using the changeset viewer.