Bug Fixing : overduenotices wrote a file on disk before sending to browser
authorHenri-Damien LAURENT <henridamien@koha-fr.org>
Wed, 7 May 2008 14:32:49 +0000 (16:32 +0200)
committerJoshua Ferraro <jmf@liblime.com>
Mon, 12 May 2008 15:06:31 +0000 (10:06 -0500)
commit12a828dd21ce30411e410581fc1166b6d1b3130d
tree4a978bc428e3e157a9a6c9b624ee142024d64ab7
parentac1aec445c78df0252dc3b27ca101d1d6ca52e02
Bug Fixing : overduenotices wrote a file on disk before sending to browser

this script had quite serious issues :
- it would not use mindays and maxdays variables
- It would send latin1 where utf8 was expected
- It would send data without text delimiters (; was chosen if title contains ; it would have been a problem " used as delimiters now)
- It would write a file when it was not asked
Now stores the results in a string before printing it.
New option added to store result into a file : -o filename

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
misc/cronjobs/overduenotices-csv.pl