/[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 287 by dpavlin, Sun Dec 18 21:06:51 2005 UTC revision 288 by dpavlin, Sun Dec 18 22:16:39 2005 UTC
# Line 93  while (my ($database, $db_config) = each Line 93  while (my ($database, $db_config) = each
93                  my $input_db = new WebPAC::Input(                  my $input_db = new WebPAC::Input(
94                          module => $input_module,                          module => $input_module,
95                          code_page => $config->{webpac}->{webpac_encoding},                          code_page => $config->{webpac}->{webpac_encoding},
96                          limit_mfn => $input->{limit},                          limit => $input->{limit},
97                          lookup => $lookup,                          lookup => $lookup,
98                  );                  );
99                  $log->logdie("can't create input using $input_module") unless ($input);                  $log->logdie("can't create input using $input_module") unless ($input);

Legend:
Removed from v.287  
changed lines
  Added in v.288

  ViewVC Help
Powered by ViewVC 1.1.26