[Koha-cvs] CVS: koha/z3950 z3950import.pl,1.3,1.4

MJ Ray slef at users.sourceforge.net
Tue Jul 15 02:02:51 CEST 2003


Update of /cvsroot/koha/koha/z3950
In directory sc8-pr-cvs1:/tmp/cvs-serv32425/z3950

Modified Files:
	z3950import.pl 
Log Message:
Work on bug 515... can we do a single-side rename of notes to bnotes?

Index: z3950import.pl
===================================================================
RCS file: /cvsroot/koha/koha/z3950/z3950import.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** z3950import.pl	22 Apr 2003 12:22:53 -0000	1.3
--- z3950import.pl	15 Jul 2003 00:02:49 -0000	1.4
***************
*** 807,811 ****
   	$biblioitem{illus}		=$input->param('illustrator');
   	$biblioitem{pages}		=$input->param('pages');
!  	$biblioitem{notes}		=$input->param('notes');
  	$biblioitem{size}		=$input->param('size');
  	$biblioitem{place}		=$input->param('place');
--- 807,811 ----
   	$biblioitem{illus}		=$input->param('illustrator');
   	$biblioitem{pages}		=$input->param('pages');
!  	$biblioitem{bnotes}		=$input->param('notes');
  	$biblioitem{size}		=$input->param('size');
  	$biblioitem{place}		=$input->param('place');
***************
*** 998,1001 ****
--- 998,1004 ----
  #---------------
  # $Log$
+ # Revision 1.4  2003/07/15 00:02:49  slef
+ # Work on bug 515... can we do a single-side rename of notes to bnotes?
+ #
  # Revision 1.3  2003/04/22 12:22:53  tipaul
  # 1st draft for z3950 client import.





More information about the Koha-cvs mailing list