[Koha-cvs] CVS: koha/admin marc_subfields_structure.pl,1.32.2.2,1.32.2.3

Paul POULAIN tipaul at users.sourceforge.net
Thu Feb 10 14:16:47 CET 2005


Update of /cvsroot/koha/koha/admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19788/admin

Modified Files:
      Tag: rel_2_2
	marc_subfields_structure.pl 
Log Message:
* multiple biblio subtitles are correctly stored & shown in simple (non-MARC) view, even after a biblio modif.

Index: marc_subfields_structure.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/marc_subfields_structure.pl,v
retrieving revision 1.32.2.2
retrieving revision 1.32.2.3
diff -C2 -r1.32.2.2 -r1.32.2.3
*** marc_subfields_structure.pl	20 Jan 2005 18:42:29 -0000	1.32.2.2
--- marc_subfields_structure.pl	10 Feb 2005 13:16:35 -0000	1.32.2.3
***************
*** 110,114 ****
  	push @kohafields, "additionalauthors.author";
  	push @kohafields, "bibliosubject.subject";
! 	push @kohafields, "bibliosubtitle.title";
  	# build authorised value list
  	$sth2->finish;
--- 110,114 ----
  	push @kohafields, "additionalauthors.author";
  	push @kohafields, "bibliosubject.subject";
! 	push @kohafields, "bibliosubtitle.subtitle";
  	# build authorised value list
  	$sth2->finish;





More information about the Koha-cvs mailing list