Changeset 17800
- Timestamp:
- May 23, 2008, 4:56:01 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/PS-IPP-Config/lib/PS/IPP/Metadata/Stats.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PS-IPP-Config/lib/PS/IPP/Metadata/Stats.pm
r17799 r17800 1 1 # Copyright (c) 2006 Paul Price, Joshua Hoblitt 2 2 # 3 # $Id: Stats.pm,v 1. 29 2008-05-24 02:54:09price Exp $3 # $Id: Stats.pm,v 1.30 2008-05-24 02:56:01 price Exp $ 4 4 5 5 package PS::IPP::Metadata::Stats; … … 44 44 # add a hash for storage 45 45 foreach my $entry (@$entries) { 46 if ($entry->{type} eq "host name") {46 if ($entry->{type} eq "host") { 47 47 $entry->{value} = hostname(); 48 48 next; … … 95 95 my $data = $entry->{data}; 96 96 97 if ($entry->{type} eq "host name") {97 if ($entry->{type} eq "host") { 98 98 # Dealt with in new() 99 99 next;
Note:
See TracChangeset
for help on using the changeset viewer.
