[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/acqui.simple isbnsearch.pl,1.6,1.7
From: |
Ambrose Li |
Subject: |
[Koha-cvs] CVS: koha/acqui.simple isbnsearch.pl,1.6,1.7 |
Date: |
Sun, 19 Jan 2003 23:39:29 -0800 |
Update of /cvsroot/koha/koha/acqui.simple
In directory sc8-pr-cvs1:/tmp/cvs-serv13385/acqui.simple
Modified Files:
isbnsearch.pl
Log Message:
Handle meta tags for non-latin1 charsets
Index: isbnsearch.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui.simple/isbnsearch.pl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** isbnsearch.pl 12 Dec 2002 16:34:42 -0000 1.6
--- isbnsearch.pl 20 Jan 2003 07:39:27 -0000 1.7
***************
*** 26,29 ****
--- 26,30 ----
use C4::Search;
use C4::Output;
+ use C4::Charset;
use HTML::Template;
***************
*** 91,94 ****
loop_links =>
address@hidden);
! print $input->header(-cookie => $cookie),$template->output;
} # else
--- 92,98 ----
loop_links =>
address@hidden);
! print $input->header(
! -type => guesstype($template->output),
! -cookie => $cookie
! ),$template->output;
} # else
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/acqui.simple isbnsearch.pl,1.6,1.7,
Ambrose Li <=
- Prev by Date:
[Koha-cvs] CVS: koha memberentry.pl,1.17,1.18 search.pl,1.24,1.25
- Next by Date:
[Koha-cvs] CVS: koha/admin koha2marclinks.pl,1.4,1.5 marctagstructure.pl,1.11,1.12 thesaurus.pl,1.5,1.6
- Previous by thread:
[Koha-cvs] CVS: koha memberentry.pl,1.17,1.18 search.pl,1.24,1.25
- Next by thread:
[Koha-cvs] CVS: koha/admin koha2marclinks.pl,1.4,1.5 marctagstructure.pl,1.11,1.12 thesaurus.pl,1.5,1.6
- Index(es):