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

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

revision 614 by dpavlin, Thu Jul 13 11:54:33 2006 UTC revision 615 by dpavlin, Wed Aug 23 14:28:48 2006 UTC
# Line 11  WebPAC::Input::ISIS - support for CDS/IS Line 11  WebPAC::Input::ISIS - support for CDS/IS
11    
12  =head1 VERSION  =head1 VERSION
13    
14  Version 0.03  Version 0.04
15    
16  =cut  =cut
17    
18  our $VERSION = '0.03';  our $VERSION = '0.04';
19    
20    
21  =head1 SYNOPSIS  =head1 SYNOPSIS
# Line 147  sub fetch_rec { Line 147  sub fetch_rec {
147                  }                  }
148    
149          } elsif ($self->{have_biblio_isis}) {          } elsif ($self->{have_biblio_isis}) {
150                  $rec = $isis_db->to_hash($mfn);                  $rec = $isis_db->to_hash({
151                            mfn => $mfn,
152                            include_subfields => 1
153                    });
154          } else {          } else {
155                  $self->_get_logger()->logdie("hum? implementation missing?");                  $self->_get_logger()->logdie("hum? implementation missing?");
156          }          }

Legend:
Removed from v.614  
changed lines
  Added in v.615

  ViewVC Help
Powered by ViewVC 1.1.26