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

Chris Cormack rangi at users.sourceforge.net
Sat May 3 01:54:09 CEST 2003


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'});





More information about the Koha-cvs mailing list