[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/export marc.pl,1.3,1.4
From: |
Ambrose C. LI |
Subject: |
[Koha-cvs] CVS: koha/export marc.pl,1.3,1.4 |
Date: |
Tue, 09 Mar 2004 19:02:45 -0800 |
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;
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/export marc.pl,1.3,1.4,
Ambrose C. LI <=