Update of /cvsroot/koha/koha/C4 In directory usw-pr-cvs1:/tmp/cvs-serv30214 Modified Files: Output.pm Log Message: Correct spelling - aquisitions to acquisitions Index: Output.pm =================================================================== RCS file: /cvsroot/koha/koha/C4/Output.pm,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** Output.pm 8 Apr 2002 23:44:43 -0000 1.5 --- Output.pm 21 Apr 2002 04:45:21 -0000 1.6 *************** *** 94,98 **** open (FILE,"$path/members-top.inc") || die; } elsif ($type eq 'acquisitions'){ ! open (FILE,"$path/aquisitions-top.inc")|| die; } elsif ($type eq 'report'){ open (FILE,"$path/reports-top.inc") || die; --- 94,98 ---- open (FILE,"$path/members-top.inc") || die; } elsif ($type eq 'acquisitions'){ ! open (FILE,"$path/acquisitions-top.inc")|| die; } elsif ($type eq 'report'){ open (FILE,"$path/reports-top.inc") || die; *************** *** 119,123 **** open (FILE,"$path/members-bottom.inc") || die; } elsif ($type eq 'acquisitions') { ! open (FILE,"$path/aquisitions-bottom.inc") || die; } elsif ($type eq 'report') { open (FILE,"$path/reports-bottom.inc") || die; --- 119,123 ---- open (FILE,"$path/members-bottom.inc") || die; } elsif ($type eq 'acquisitions') { ! open (FILE,"$path/acquisitions-bottom.inc") || die; } elsif ($type eq 'report') { open (FILE,"$path/reports-bottom.inc") || die;
participants (1)
-
Roger Buck