[Koha-cvs] CVS: koha/export marc.pl,1.3,1.4

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


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

Modified Files:
	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.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** marc.pl	12 Jan 2004 16:59:03 -0000	1.3
--- marc.pl	10 Mar 2004 03:02:43 -0000	1.4
***************
*** 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