Changeset 16325
- Timestamp:
- Feb 5, 2008, 4:05:44 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/PS-IPP-Config/lib/PS/IPP/Config.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PS-IPP-Config/lib/PS/IPP/Config.pm
r16319 r16325 1 1 # Copyright (c) 2006 Paul Price, Joshua Hoblitt 2 2 # 3 # $Id: Config.pm,v 1.7 4 2008-02-06 01:55:43price Exp $3 # $Id: Config.pm,v 1.75 2008-02-06 02:05:44 price Exp $ 4 4 5 5 package PS::IPP::Config; … … 790 790 my $tess_id = shift; # Tessellation identifier 791 791 792 unless (defined $self and defined $self-> _ipprcand defined $tess_id) {793 carp "Programming error"; 794 exit($PS_EXIT_PROG_ERROR); 795 } 796 797 my $tessellations = metadataLookupMD($self-> _ipprc, 'TESSELLATIONS'); # Tessellations792 unless (defined $self and defined $self->{_ipprc} and defined $tess_id) { 793 carp "Programming error"; 794 exit($PS_EXIT_PROG_ERROR); 795 } 796 797 my $tessellations = metadataLookupMD($self->{_ipprc}, 'TESSELLATIONS'); # Tessellations 798 798 unless (defined $tessellations) { 799 799 carp "Can't find TESSELLATIONS in site configuration.\n";
Note:
See TracChangeset
for help on using the changeset viewer.
