[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/z3950 processz3950queue,1.14,1.15
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/z3950 processz3950queue,1.14,1.15 |
Date: |
Mon, 20 Jun 2005 07:37:53 -0700 |
Update of /cvsroot/koha/koha/z3950
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17418/z3950
Modified Files:
processz3950queue
Log Message:
synch'ing 2.2 and head
Index: processz3950queue
===================================================================
RCS file: /cvsroot/koha/koha/z3950/processz3950queue,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** processz3950queue 4 May 2005 09:04:52 -0000 1.14
--- processz3950queue 20 Jun 2005 14:37:51 -0000 1.15
***************
*** 281,292 ****
for
($i=1; $i<=(($numresults<80) ? ($numresults) : (80)); $i++) {
my $rec=$rs->record($i);
!
my $marcdata;
!
# use render() or rawdata() depending on the type of the returned record
!
if (ref($rec) eq "Net::Z3950::Record::USMARC") {
!
$marcdata = $rec->rawdata();
!
}
!
if (ref($rec) eq "Net::Z3950::Record::UNIMARC") {
!
$marcdata = $rec->rawdata();
!
}
$globalencoding = ref($rec);
$result.=$marcdata;
--- 281,285 ----
for
($i=1; $i<=(($numresults<80) ? ($numresults) : (80)); $i++) {
my $rec=$rs->record($i);
!
my $marcdata = $rec->rawdata();
$globalencoding = ref($rec);
$result.=$marcdata;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/z3950 processz3950queue,1.14,1.15,
Paul POULAIN <=
- Prev by Date:
[Koha-cvs] CVS: koha/z3950/server zed-koha-server.pl,1.4,1.5
- Next by Date:
[Koha-cvs] CVS: koha help.pl,1.1,1.2 mainpage.pl,1.9,1.10 MARCdetail.pl,1.27,1.28
- Previous by thread:
[Koha-cvs] CVS: koha/z3950/server zed-koha-server.pl,1.4,1.5
- Next by thread:
[Koha-cvs] CVS: koha help.pl,1.1,1.2 mainpage.pl,1.9,1.10 MARCdetail.pl,1.27,1.28
- Index(es):