Closed (fixed)
Project:
Bibliography Module
Version:
6.x-1.0-beta8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Sep 2008 at 11:51 UTC
Updated:
8 Oct 2008 at 02:41 UTC
Trying to export a list of publications results in a blank browser page, without anything happening. Exporting to other formats (eg. cvs) does work. Solution: in the file biblio.import.export.inc is the function biblio_export(). One of the parameters in this function is $format: in case of bibtex exports, the value of $format is "bib", but the switch-case looks for "bibtex". Change this into "bib" and it works again.
Comments
Comment #1
wtr commentedUpdate: clicking on the export BibTex link for a single publication in the list does give "bibtex" as value for the format parameter. So when you apply the above "fix", this won't work again... Annoying... Anyway, a quick fix is just making a new case statement for both bib and bibtex with the same content.
Comment #2
rjerome commentedRather than changing the switch, I changed the link (in biblio.pages.inc, line 315) so it is consistent (bibtex) everywhere.
Ron.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.