/[webpac2]/Webpacus/lib/Webpacus/Model/WebPAC.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /Webpacus/lib/Webpacus/Model/WebPAC.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 155 by dpavlin, Sat Nov 26 01:54:42 2005 UTC revision 157 by dpavlin, Sat Nov 26 16:21:51 2005 UTC
# Line 101  sub new { Line 101  sub new {
101    
102          # save config parametars in object          # save config parametars in object
103          foreach my $f (qw/hits_on_page/) {          foreach my $f (qw/hits_on_page/) {
104                  $self->{$_} = $c->config->{$_};                  $self->{$f} = $c->config->{hyperestraier}->{$f};
105                  $log->debug("self->{$_} = " . $c->config->{$_});                  $log->debug("self->{$f} = " . $self->{$f});
106          }          }
107    
108          return $self;          return $self;

Legend:
Removed from v.155  
changed lines
  Added in v.157

  ViewVC Help
Powered by ViewVC 1.1.26