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

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

revision 609 by dpavlin, Tue Aug 1 17:26:55 2006 UTC revision 610 by dpavlin, Tue Aug 1 18:20:59 2006 UTC
# Line 90  sub new { Line 90  sub new {
90    
91          $self->{encoding} ||= 'ISO-8859-2';          $self->{encoding} ||= 'ISO-8859-2';
92    
93            $self->{index_path} .= '/' . $self->{database};
94    
95          $self->{clean} = 1 if (! -e $self->{index_path} . '/segments');          $self->{clean} = 1 if (! -e $self->{index_path} . '/segments');
96    
97          $log->info("using", $self->{clean} ? ' new' : '', " index $self->{index_path} with encoding $self->{encoding}");          $log->info("using", $self->{clean} ? ' new' : '', " index $self->{index_path} with encoding $self->{encoding}");

Legend:
Removed from v.609  
changed lines
  Added in v.610

  ViewVC Help
Powered by ViewVC 1.1.26