[Koha-cvs] CVS: koha/search.marc search.pl,1.1,1.2

Ambrose Li acli at users.sourceforge.net
Sun Feb 2 01:13:12 CET 2003


Update of /cvsroot/koha/koha/search.marc
In directory sc8-pr-cvs1:/tmp/cvs-serv14921/search.marc

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


Index: search.pl
===================================================================
RCS file: /cvsroot/koha/koha/search.marc/search.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** search.pl	28 Jan 2003 14:56:39 -0000	1.1
--- search.pl	2 Feb 2003 00:13:10 -0000	1.2
***************
*** 27,30 ****
--- 27,31 ----
  use C4::Auth;
  use C4::Output;
+ use C4::Charset;
  use C4::Biblio;
  use C4::SearchMarc;
***************
*** 108,110 ****
  }
  # Print the page
! print $query->header(-cookie => $cookie), $template->output;
--- 109,114 ----
  }
  # Print the page
! print $query->header(
!     -type => guesstype($template->output),
!     -cookie => $cookie
! ), $template->output;





More information about the Koha-cvs mailing list