koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha request.pl,1.26,1.26.2.1


From: Ambrose C. LI
Subject: [Koha-cvs] CVS: koha request.pl,1.26,1.26.2.1
Date: Sat, 28 Feb 2004 23:03:34 -0800

Update of /cvsroot/koha/koha
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1477

Modified Files:
      Tag: rel_2_0
        request.pl 
Log Message:
Fix charset problem reported by Benedict


Index: request.pl
===================================================================
RCS file: /cvsroot/koha/koha/request.pl,v
retrieving revision 1.26
retrieving revision 1.26.2.1
diff -C2 -r1.26 -r1.26.2.1
*** request.pl  24 Jun 2003 08:32:35 -0000      1.26
--- request.pl  29 Feb 2004 07:03:32 -0000      1.26.2.1
***************
*** 27,30 ****
--- 27,31 ----
  use C4::Search;
  use C4::Output;
+ use C4::Interface::CGI::Output;
  use C4::Auth;
  use C4::Reserves2;
***************
*** 190,192 ****
                                                                title 
=>$dat->{title});
  # printout the page
! print $input->header(-expires=>'now'), $template->output;
--- 191,196 ----
                                                                title 
=>$dat->{title});
  # printout the page
! print $input->header(
!       -type => C4::Interface::CGI::Output::guesstype($template->output),
!       -expires=>'now'
! ), $template->output;




reply via email to

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