koha-devel
[Top][All Lists]
Advanced

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

[Koha-devel] CVS: koha/C4 Output.pm,1.5,1.6


From: Roger Buck
Subject: [Koha-devel] CVS: koha/C4 Output.pm,1.5,1.6
Date: Sat Apr 20 21:46:02 2002

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;




reply via email to

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