]> 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)
committerGalen Charlton <galen.charlton@liblime.com>
Sun, 5 Apr 2009 16:32:28 +0000 (11:32 -0500)
commitffe51d1c1580c9c48fc927dfa84bca12cc36ac5c
treec408d4b34cfc652822ec2346cda22286cd1fa0f7
parent14be4400d84b28369d095b3b0bfa79c3396f44d4
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>
reports/guided_reports.pl