[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha reports-home.pl,1.3,1.4
From: |
Ambrose Li |
Subject: |
[Koha-cvs] CVS: koha reports-home.pl,1.3,1.4 |
Date: |
Sat, 25 Jan 2003 20:23:36 -0800 |
Update of /cvsroot/koha/koha
In directory sc8-pr-cvs1:/tmp/cvs-serv29858
Modified Files:
reports-home.pl
Log Message:
Handle non-latin1 charsets
Index: reports-home.pl
===================================================================
RCS file: /cvsroot/koha/koha/reports-home.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** reports-home.pl 13 Dec 2002 10:21:59 -0000 1.3
--- reports-home.pl 26 Jan 2003 04:23:34 -0000 1.4
***************
*** 5,8 ****
--- 5,9 ----
use C4::Auth;
use C4::Output;
+ use C4::Charset;
use C4::Context;
use HTML::Template;
***************
*** 17,19 ****
debug => 1,
});
! print $query->header(-cookie => $cookie),$template->output;
--- 18,23 ----
debug => 1,
});
! print $query->header(
! -type => guesstype($template->output),
! -cookie => $cookie
! ),$template->output;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha reports-home.pl,1.3,1.4,
Ambrose Li <=
- Prev by Date:
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/default/pl/includes join-top.inc,1.1,1.2 members-top.inc,1.1,1.2 opac-top.inc,1.1,1.2
- Next by Date:
[Koha-cvs] CVS: koha/admin branches.pl,1.10,1.11
- Previous by thread:
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/default/pl/includes join-top.inc,1.1,1.2 members-top.inc,1.1,1.2 opac-top.inc,1.1,1.2
- Next by thread:
[Koha-cvs] CVS: koha/admin branches.pl,1.10,1.11
- Index(es):