[Koha-cvs] CVS: koha/export marc.pl,1.2.2.1,1.2.2.2

Ambrose C. LI acli at users.sourceforge.net
Wed Mar 10 04:02:19 CET 2004


Update of /cvsroot/koha/koha/export
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14017/export

Modified Files:
      Tag: rel_2_0
	marc.pl 
Log Message:
Fixed charset conversion problem reported by Benedict


Index: marc.pl
===================================================================
RCS file: /cvsroot/koha/koha/export/marc.pl,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -C2 -r1.2.2.1 -r1.2.2.2
*** marc.pl	8 Jan 2004 17:07:27 -0000	1.2.2.1
--- marc.pl	10 Mar 2004 03:02:16 -0000	1.2.2.2
***************
*** 4,7 ****
--- 4,9 ----
  require Exporter;
  use C4::Database;
+ use C4::Auth;
+ use C4::Interface::CGI::Output;
  use C4::Output;  # contains gettemplate
  use C4::Biblio;
***************
*** 38,42 ****
  					debug => 1,
  					});
! 	print  $query->header(-cookie => $cookie), $template->output;
  }
  
--- 40,44 ----
  					debug => 1,
  					});
! 	output_html_with_http_headers $query, $cookie, $template->output;
  }
  





More information about the Koha-cvs mailing list