koha-cvs
[Top][All Lists]
Advanced

[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




reply via email to

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