koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha members-home.pl,1.3,1.4


From: Ambrose Li
Subject: [Koha-cvs] CVS: koha members-home.pl,1.3,1.4
Date: Sat, 25 Jan 2003 11:16:36 -0800

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

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


Index: members-home.pl
===================================================================
RCS file: /cvsroot/koha/koha/members-home.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** members-home.pl     13 Dec 2002 10:21:59 -0000      1.3
--- members-home.pl     25 Jan 2003 19:16:33 -0000      1.4
***************
*** 5,8 ****
--- 5,9 ----
  use C4::Auth;
  use C4::Output;
+ use C4::Charset;
  use C4::Context;
  use HTML::Template;
***************
*** 18,20 ****
                             });
  
! print $query->header(-cookie => $cookie),$template->output;
--- 19,24 ----
                             });
  
! print $query->header(
!     -type => guesstype($template->output),
!     -cookie => $cookie
! ),$template->output;




reply via email to

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