--- trunk/lib/WebPAC/Normalize.pm 2005/07/17 14:53:37 18 +++ trunk/lib/WebPAC/Normalize.pm 2005/07/17 22:48:25 22 @@ -127,7 +127,7 @@ my $cache_file; if ($self->{'db'}) { - my @ds = $self->{'db'}->get_ds($rec); + my @ds = $self->{'db'}->load_ds($rec); return @ds if (@ds); } @@ -236,7 +236,7 @@ } - $self->{'db'}->put_gs( + $self->{'db'}->save_ds( ds => \@ds, current_filename => $self->{'current_filename'}, headline => $self->{'headline'},