/[webpac2]/trunk/lib/WebPAC/Output/Estraier.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 /trunk/lib/WebPAC/Output/Estraier.pm

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

revision 343 by dpavlin, Sat Jan 7 01:40:01 2006 UTC revision 345 by dpavlin, Sat Jan 7 02:21:18 2006 UTC
# Line 111  sub new { Line 111  sub new {
111                  ) || $log->logdie("can't create Hyper Estraier node $self->{database}");                  ) || $log->logdie("can't create Hyper Estraier node $self->{database}");
112          }          }
113    
114          $self->{db} = Search::Estraier::Node->new( debug => 1 );          $self->{db} = Search::Estraier::Node->new( debug => $self->{debug} );
115          $self->{db}->set_url($self->{url});          $self->{db}->set_url($self->{url});
116          $self->{db}->set_auth($self->{user}, $self->{passwd});          $self->{db}->set_auth($self->{user}, $self->{passwd});
117    

Legend:
Removed from v.343  
changed lines
  Added in v.345

  ViewVC Help
Powered by ViewVC 1.1.26