10 Nov
2015
10 Nov
'15
4:47 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14998 --- Comment #8 from Marc Véron <veron@veron.ch> --- (In reply to Jonathan Druart from comment #7)
I don't want to spent too much time on this script, but I don't think it will work as before.
C4::Dates->new($1, 'us')->output() and output_pref( { dt => dt_from_string( $1 ), dateonly => 1, dateformat => 'us' } are different I think, it should be output_pref( { dt => dt_from_string( $1, 'us' ), dateonly => 1 }
I would prefer to see this script deleted :)
Delete +1 -- You are receiving this mail because: You are watching all bug changes.