fixing bug for authorities zebraqueue reindexing
authortipaul <tipaul>
Mon, 28 May 2007 16:26:44 +0000 (16:26 +0000)
committertipaul <tipaul>
Mon, 28 May 2007 16:26:44 +0000 (16:26 +0000)
misc/cronjobs/zebraqueue_start.pl

index d0f4717..6395fbb 100755 (executable)
@@ -46,7 +46,7 @@ while (($id,$biblionumber,$operation,$server)=$readsth->fetchrow){
                 my $marc = GetMarcBiblio($biblionumber);
                 $marcxml = $marc->as_xml_record() if $marc;
             } elsif ($server eq "authorityserver") {
-                $marcxml =C4::AuthoritiesMarc::XMLgetauthority($dbh,$biblionumber);
+                $marcxml =C4::AuthoritiesMarc::GetAuthorityXML($biblionumber);
             }
             if ($verbose) {
                 if ($marcxml) {