[Koha-cvs] CVS: koha/acqui.simple isbnsearch.pl,1.6,1.7

Ambrose Li acli at users.sourceforge.net
Mon Jan 20 08:39:29 CET 2003


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 => \@loop_links);
  
! 	print $input->header(-cookie => $cookie),$template->output;
  } # else
--- 92,98 ----
  							loop_links => \@loop_links);
  
! 	print $input->header(
! 	    -type => guesstype($template->output),
! 	    -cookie => $cookie
! 	),$template->output;
  } # else





More information about the Koha-cvs mailing list