http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14870 --- Comment #25 from Marc Véron <veron@veron.ch> --- Created attachment 44944 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=44944&action=edit Bug 14870: (followup) Remove stray C4::Dates (See comment #23) This patch removes stray C4::Dates (date_fromat...) from C4/Items.pm C4/Log.pm C4/Serials.pm serials/acqui-search-result.pl t/DateUtils.t t/db_dependent/Items/GetItemsForInventory.t tools/koha-news.pl Some of them were inside comments etc. To test: - git grep 'C4::Dates' should give no result - git grep 'format_d' should give no result Exception: in one cron job there exists an own sub format_date, and occurences not related to C4::Dates - Search for regressions -- You are receiving this mail because: You are watching all bug changes.