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>
Thu, 16 Apr 2009 15:45:59 +0000 (17:45 +0200)
commitcdfe6dfc096e843795c06ba97b948602ab97d986
treec408d4b34cfc652822ec2346cda22286cd1fa0f7
parentf2fe6e1278a6355155124ace65d4f4516e938a26
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