koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/admin branches.pl,1.10,1.11


From: Ambrose Li
Subject: [Koha-cvs] CVS: koha/admin branches.pl,1.10,1.11
Date: Sat, 25 Jan 2003 20:23:36 -0800

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

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


Index: branches.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/branches.pl,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** branches.pl 10 Dec 2002 17:35:52 -0000      1.10
--- branches.pl 26 Jan 2003 04:23:34 -0000      1.11
***************
*** 27,30 ****
--- 27,31 ----
  use C4::Context;
  use C4::Output;
+ use C4::Charset;
  use HTML::Template;
  
***************
*** 377,379 ****
  }
  
! print $input->header(-cookie => $cookie), $template->output;
--- 378,383 ----
  }
  
! print $input->header(
!     -type => guesstype($template->output),
!     -cookie => $cookie
! ), $template->output;




reply via email to

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