koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha maninvoice.pl,1.5,1.6


From: Ambrose Li
Subject: [Koha-cvs] CVS: koha maninvoice.pl,1.5,1.6
Date: Sat, 25 Jan 2003 12:15:14 -0800

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

Modified Files:
        maninvoice.pl 
Log Message:
Handle non-latin1 charsets


Index: maninvoice.pl
===================================================================
RCS file: /cvsroot/koha/koha/maninvoice.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** maninvoice.pl       13 Dec 2002 10:21:59 -0000      1.5
--- maninvoice.pl       25 Jan 2003 20:15:11 -0000      1.6
***************
*** 25,28 ****
--- 25,29 ----
  use C4::Auth;
  use C4::Output;
+ use C4::Charset;
  use CGI;
  use C4::Search;
***************
*** 54,58 ****
                                        });
        $template->param(bornum => $bornum);
!       print $input->header(-cookie => $cookie),$template->output;
  
  }
--- 55,62 ----
                                        });
        $template->param(bornum => $bornum);
!       print $input->header(
!           -type => guesstype($template->output),
!           -cookie => $cookie
!       ),$template->output;
  
  }




reply via email to

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