http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12081 M. Tompsett <mtompset@hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #27110|0 |1 is obsolete| | --- Comment #2 from M. Tompsett <mtompset@hotmail.com> --- Created attachment 27137 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=27137&action=edit [SIGNED OFF] Bug 12081 - tmpl_process3.pl - delete temp files This patch enable deletion of temp files used by tmpl_process3.pl. Just removed coments on existing code To test: 1. Do a count of files on /tmp ( ls /tmp | wc -l ) 2. Update preferred language 3. Count again, new files on /tmp 4. Apply the patch 5. Update again, check, no new files Signed-off-by: Mark Tompsett <mtompset@hotmail.com> NOTE: I watched what temp files were actually in /tmp to make sure other processes didn't magically increase/decrease the number. $ perl translate update {lang code} generated 10 temporary files for me (2x5 po files). After removing those ten files, and applying the patch, no other files were generated. -- You are receiving this mail because: You are watching all bug changes.