[Koha-cvs] CVS: koha/C4 SearchMarc.pm,1.16,1.17

Paul POULAIN tipaul at users.sourceforge.net
Thu Jun 3 12:06:30 CEST 2004


Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25575/C4

Modified Files:
	SearchMarc.pm 
Log Message:
adding bibid to the result list

Index: SearchMarc.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/SearchMarc.pm,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** SearchMarc.pm	28 May 2004 16:14:40 -0000	1.16
--- SearchMarc.pm	3 Jun 2004 10:06:27 -0000	1.17
***************
*** 220,224 ****
  	# we have bibid list. Now, loads title and author from [offset] to [offset]+[length]
  	my $counter = $offset;
! 	$sth = $dbh->prepare("SELECT biblio.*, biblioitems.*, items.*
  							FROM biblio, marc_biblio 
  							LEFT JOIN items on items.biblionumber = biblio.biblionumber
--- 220,224 ----
  	# we have bibid list. Now, loads title and author from [offset] to [offset]+[length]
  	my $counter = $offset;
! 	$sth = $dbh->prepare("SELECT biblio.*, biblioitems.*, items.*,marc_biblio.bibid
  							FROM biblio, marc_biblio 
  							LEFT JOIN items on items.biblionumber = biblio.biblionumber





More information about the Koha-cvs mailing list