koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha modbib.pl,1.11,1.12


From: Chris Cormack
Subject: [Koha-cvs] CVS: koha modbib.pl,1.11,1.12
Date: Fri, 02 May 2003 16:54:09 -0700

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

Modified Files:
        modbib.pl 
Log Message:
Fixing a typo that was causing bug 433
untitle => unititle



Index: modbib.pl
===================================================================
RCS file: /cvsroot/koha/koha/modbib.pl,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** modbib.pl   10 Mar 2003 15:16:55 -0000      1.11
--- modbib.pl   2 May 2003 23:54:07 -0000       1.12
***************
*** 93,97 ****
                                                additionalauthor => $additional,
                                                subtitle => $data->{'subtitle'},
!                                               untitle => $data->{'untitle'},
                                                notes => $data->{'notes'},
                                                serial => $data->{'serial'});
--- 93,97 ----
                                                additionalauthor => $additional,
                                                subtitle => $data->{'subtitle'},
!                                               unititle => $data->{'unititle'},
                                                notes => $data->{'notes'},
                                                serial => $data->{'serial'});




reply via email to

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