http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13876
--- Comment #17 from M. de Rooy <[email protected]> --- (In reply to Jonathan Druart from comment #13) > What's the point of the suffix? > Now the log filename is updatedatabase_2015-03-25T15:06:59_uyj4.log > Your patch does not call the tempdir subroutine, you should modify the use > File::Temp line: > 10 use File::Temp qw( tempdir ); Now do a require File::Temp if needed. Only use the particular four character suffix of File::Temp in the fallback case. Could you retest, Jonathan? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
