koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/C4 SimpleMarc.pm,1.1.2.5,1.1.2.6


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha/C4 SimpleMarc.pm,1.1.2.5,1.1.2.6
Date: Fri, 01 Nov 2002 10:13:48 -0800

Update of /cvsroot/koha/koha/C4
In directory usw-pr-cvs1:/tmp/cvs-serv10314

Modified Files:
      Tag: rel-1-2
        SimpleMarc.pm 
Log Message:
No longer removes - or X characters from ISBNs.


Index: SimpleMarc.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/SimpleMarc.pm,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -C2 -r1.1.2.5 -r1.1.2.6
*** SimpleMarc.pm       14 Aug 2002 18:30:50 -0000      1.1.2.5
--- SimpleMarc.pm       1 Nov 2002 18:13:46 -0000       1.1.2.6
***************
*** 324,328 ****
  
        if ( $bib->{isbn} ) {
!           $bib->{isbn}=~s/[^\d]*//g;  # drop non-digits
        };
  
--- 324,328 ----
  
        if ( $bib->{isbn} ) {
!           $bib->{isbn}=~s/[^\d-X]*//g;        # drop non-digits
        };
  
***************
*** 466,469 ****
--- 466,472 ----
  #---------------------------------------------
  # $Log$
+ # Revision 1.1.2.6  2002/11/01 18:13:46  tonnesen
+ # No longer removes - or X characters from ISBNs.
+ #
  # Revision 1.1.2.5  2002/08/14 18:30:50  tonnesen
  # Adding copyright statements to all .pl and .pm files in rel-1-2 branch




reply via email to

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