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

Steve Tonnesen tonnesen at users.sourceforge.net
Fri Nov 1 19:13:48 CET 2002


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





More information about the Koha-cvs mailing list