/[webpac]/trunk/all2xml.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/all2xml.pl

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

revision 641 by dpavlin, Sun Jan 23 02:02:10 2005 UTC revision 643 by dpavlin, Sun Jan 23 15:18:03 2005 UTC
# Line 23  my $config; Line 23  my $config;
23    
24  #use index_DBI;         # default DBI module for index  #use index_DBI;         # default DBI module for index
25  #use index_DBI_cache;   # faster DBI module using memory cache  #use index_DBI_cache;   # faster DBI module using memory cache
26  use index_DBI_tag;      # tag support for indexes  use index_DBI_filter;   # filter support for indexes
27  my $index;  my $index;
28    
29  my %opts;  my %opts;
# Line 739  print STDERR "using: $type...\n"; Line 739  print STDERR "using: $type...\n";
739                  my $db = new Biblio::Isis( isisdb => $isis_db );                  my $db = new Biblio::Isis( isisdb => $isis_db );
740    
741                  my $max_rowid = $db->count || die "can't find maxmfn";                  my $max_rowid = $db->count || die "can't find maxmfn";
742    $max_rowid = 200; # XXX
743    
744                  print STDERR "Reading database: $isis_db [$max_rowid rows]\n";                  print STDERR "Reading database: $isis_db [$max_rowid rows]\n";
745    

Legend:
Removed from v.641  
changed lines
  Added in v.643

  ViewVC Help
Powered by ViewVC 1.1.26