koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha memberentry.pl,1.17,1.18 search.pl,1.24,1.25


From: Ambrose Li
Subject: [Koha-cvs] CVS: koha memberentry.pl,1.17,1.18 search.pl,1.24,1.25
Date: Sun, 19 Jan 2003 23:39:29 -0800

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

Modified Files:
        memberentry.pl search.pl 
Log Message:
Handle meta tags for non-latin1 charsets


Index: memberentry.pl
===================================================================
RCS file: /cvsroot/koha/koha/memberentry.pl,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** memberentry.pl      13 Dec 2002 10:21:59 -0000      1.17
--- memberentry.pl      20 Jan 2003 07:39:27 -0000      1.18
***************
*** 28,31 ****
--- 28,32 ----
  use C4::Context;
  use C4::Output;
+ use C4::Charset;
  use CGI;
  use C4::Search;
***************
*** 243,247 ****
                        dateofbirth     => $data->{'dateofbirth'});
  
! print $input->header(-cookie => $cookie),$template->output;
  
  
--- 244,251 ----
                        dateofbirth     => $data->{'dateofbirth'});
  
! print $input->header(
!     -type => guesstype($template->output),
!     -cookie => $cookie
! ),$template->output;
  
  

Index: search.pl
===================================================================
RCS file: /cvsroot/koha/koha/search.pl,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** search.pl   12 Dec 2002 16:33:58 -0000      1.24
--- search.pl   20 Jan 2003 07:39:27 -0000      1.25
***************
*** 27,30 ****
--- 27,31 ----
  use C4::Auth;
  use C4::Output;
+ use C4::Charset;
  
  my $query=new CGI;
***************
*** 200,203 ****
  
  # Print the page
! print $query->header(-cookie => $cookie), $template->output;
  
--- 201,207 ----
  
  # Print the page
! print $query->header(
!     -type => guesstype($template->output),
!     -cookie => $cookie
! ), $template->output;
  




reply via email to

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