[Koha-cvs] CVS: koha/admin marc_subfields_structure.pl,1.12,1.13

Paul POULAIN tipaul at users.sourceforge.net
Mon May 19 15:49:11 CEST 2003


Update of /cvsroot/koha/koha/admin
In directory sc8-pr-cvs1:/tmp/cvs-serv3200/admin

Modified Files:
	marc_subfields_structure.pl 
Log Message:
support for subtitles, additional authors, subject.


Index: marc_subfields_structure.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/marc_subfields_structure.pl,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** marc_subfields_structure.pl	4 Mar 2003 16:13:41 -0000	1.12
--- marc_subfields_structure.pl	19 May 2003 13:49:08 -0000	1.13
***************
*** 104,107 ****
--- 104,110 ----
  		push @kohafields, "items.".$field;
  	}
+ 	
+ 	# other subfields
+ 	push @kohafields, "additionalauthors.author";
  	# build authorised value list
  	$sth2->finish;





More information about the Koha-cvs mailing list