/[webpac2]/trunk/run.pl
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/run.pl

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

revision 217 by dpavlin, Mon Dec 5 17:47:51 2005 UTC revision 221 by dpavlin, Mon Dec 5 17:48:23 2005 UTC
# Line 48  while (my ($database, $db_config) = each Line 48  while (my ($database, $db_config) = each
48          my $db = new WebPAC::Store(          my $db = new WebPAC::Store(
49                  path => $db_path,                  path => $db_path,
50                  database => $database,                  database => $database,
51                    debug => 1,
52          );          );
53    
54          my $est_config = $config->{hyperestraier} || $log->logdie("can't find 'hyperestraier' part in confguration");          my $est_config = $config->{hyperestraier} || $log->logdie("can't find 'hyperestraier' part in confguration");
# Line 88  while (my ($database, $db_config) = each Line 89  while (my ($database, $db_config) = each
89                          db => $db,                          db => $db,
90                          lookup_regex => $lookup->regex,                          lookup_regex => $lookup->regex,
91                          lookup => $lookup,                          lookup => $lookup,
92                            prefix => $input->{name},
93                  );                  );
94    
95                  $n->open(                  $n->open(

Legend:
Removed from v.217  
changed lines
  Added in v.221

  ViewVC Help
Powered by ViewVC 1.1.26