15 Apr
2015
15 Apr
'15
2:42 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13876 --- Comment #17 from M. de Rooy <m.de.rooy@rijksmuseum.nl> --- (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.