[Koha-cvs] CVS: koha/C4 Biblio.pm,1.49,1.50

Paul POULAIN tipaul at users.sourceforge.net
Wed Jul 2 15:57:15 CEST 2003


Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1:/tmp/cvs-serv25926/C4

Modified Files:
	Biblio.pm 
Log Message:
fix for #512 (not sure it's enogh. to be checked by NPL)

Index: Biblio.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Biblio.pm,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -r1.49 -r1.50
*** Biblio.pm	17 Jun 2003 11:21:13 -0000	1.49
--- Biblio.pm	2 Jul 2003 13:57:13 -0000	1.50
***************
*** 2,5 ****
--- 2,8 ----
  # $Id$
  # $Log$
+ # Revision 1.50  2003/07/02 13:57:13  tipaul
+ # fix for #512 (not sure it's enogh. to be checked by NPL)
+ #
  # Revision 1.49  2003/06/17 11:21:13  tipaul
  # improvments/fixes for z3950 support.
***************
*** 1454,1458 ****
  		if (my $data = $sth->fetchrow_hashref) {
  		} else {
! 			if ($force eq $subject[$i]) {
  				# subject not in aut, chosen to force anway
  				# so insert into cataloguentry so its in auth file
--- 1457,1461 ----
  		if (my $data = $sth->fetchrow_hashref) {
  		} else {
! 			if ($force eq $subject[$i] || $force eq 1) {
  				# subject not in aut, chosen to force anway
  				# so insert into cataloguentry so its in auth file





More information about the Koha-cvs mailing list