koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/C4 Biblio.pm,1.49,1.50
Date: Wed, 02 Jul 2003 06:57:15 -0700

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]