koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Ambrose Li
Subject: [Koha-cvs] CVS: koha/search.marc search.pl,1.1,1.2
Date: Sat, 01 Feb 2003 16:13:12 -0800

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;




reply via email to

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