typo fixed: a ";" was missing at the end of Zebra connection retrieving in
authorplg <plg>
Mon, 6 Mar 2006 15:39:02 +0000 (15:39 +0000)
committerplg <plg>
Mon, 6 Mar 2006 15:39:02 +0000 (15:39 +0000)
C4::Search->get_record

C4/Search.pm

index fedd772..3402050 100755 (executable)
@@ -105,7 +105,7 @@ sub get_record {
     # pass in an id (biblionumber at this stage) and get back a MARC record
     my ($id) = @_;
     my $q;
-    my $Zconn = C4::Context->Zconn
+    my $Zconn = C4::Context->Zconn;
     my $raw;
     my $string = "identifier=$id";
     warn $string;