http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14998
--- Comment #8 from Marc Véron <[email protected]> --- (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. _______________________________________________ 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/
