koha-cvs
[Top][All Lists]
Advanced

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

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


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/admin marc_subfields_structure.pl,1.12,1.13
Date: Mon, 19 May 2003 06:49:11 -0700

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;




reply via email to

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