Created attachment 6370 [details] [review] Corrects a problem in overdue_notices.pl when delimiter is set to tabulation In overdue_notices.pl, the letter "t" is used as a separator when the "delimiter" preference is set to "tabulation". This happens because the word "tabulation" is passed as a separator character to CSV_XS. The first letter of the word is then used as a separator. Patch attached that uses "\t" in that case.
Patch sponsored by the CCSR ( http://www.ccsr.qc.ca )
Created attachment 6494 [details] [review] Bug 7251 : Corrects a problem in overdue_notices.pl when delimiter is set to tabulation Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
\t is a much better choice of separator than just 't', and actually corresponds to what 'tabulation' intends. marking as passed QA
patch pushed, please test
Included in 3.6 prior to 3.6.5.