--- Webpacus/lib/Webpacus/Model/WebPAC.pm 2005/11/26 01:54:42 155 +++ Webpacus/lib/Webpacus/Model/WebPAC.pm 2005/11/26 20:21:54 165 @@ -101,8 +101,8 @@ # save config parametars in object foreach my $f (qw/hits_on_page/) { - $self->{$_} = $c->config->{$_}; - $log->debug("self->{$_} = " . $c->config->{$_}); + $self->{$f} = $c->config->{hyperestraier}->{$f}; + $log->debug("self->{$f} = " . $self->{$f}); } return $self; @@ -235,6 +235,43 @@ return \@html_results; } +=head2 record + + my $html = $m->record( + mfn => 42, + template => 'foo.tt', + ); + +This will load one record, convert it to html using C