]> git.koha-community.org Git - koha.git/commit
restored tab-delimited report download
authorGalen Charlton <galen.charlton@liblime.com>
Sun, 5 Apr 2009 16:29:32 +0000 (11:29 -0500)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Tue, 26 May 2009 19:15:07 +0000 (21:15 +0200)
commit8aba8be97f1f828fe2cb50ad7e00823e2fd8ce6e
tree99efc0de9d3533aca8733998778447447d8973db
parent2419838963c8d043168df9efb97f6a5545338017
restored tab-delimited report download

Previous patch broke this, always providing the
guided report download in CSV format regardless of
whether CSV or tab-delimited was requested.

Also, default name of downloaded file is reportresults.csv
for CSV output and reportresults.tab for tab-delimited.

Also removed a couple subroutine prototypes that
were leading to unnecessary compile-time warnings
under use warnings.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
reports/guided_reports.pl