[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/misc/cronjobs zebraqueue_start.pl
From: |
paul poulain |
Subject: |
[Koha-cvs] koha/misc/cronjobs zebraqueue_start.pl |
Date: |
Mon, 28 May 2007 16:26:45 +0000 |
CVSROOT: /sources/koha
Module name: koha
Changes by: paul poulain <tipaul> 07/05/28 16:26:45
Modified files:
misc/cronjobs : zebraqueue_start.pl
Log message:
fixing bug for authorities zebraqueue reindexing
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/misc/cronjobs/zebraqueue_start.pl?cvsroot=koha&r1=1.3&r2=1.4
Patches:
Index: zebraqueue_start.pl
===================================================================
RCS file: /sources/koha/koha/misc/cronjobs/zebraqueue_start.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- zebraqueue_start.pl 22 May 2007 09:13:59 -0000 1.3
+++ zebraqueue_start.pl 28 May 2007 16:26:44 -0000 1.4
@@ -46,7 +46,7 @@
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) {
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/misc/cronjobs zebraqueue_start.pl,
paul poulain <=