[Koha-bugs] [Bug 15769] C4::Koha::slashifyDate is outdated

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 9 14:41:47 CET 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15769

--- Comment #1 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 47808
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47808&action=edit
Bug 15769: Remove outdated C4::Koha::slashifyDate subroutine

This subroutine does not make sense anymore (Koha::DateUtils should be
used) and is no longer used.
It can be removed safely.

Test plan:
  git grep slashifyDate
should not return any results

  prove t/Koha.t
and
  prove t/db_dependent/Koha.t
should return green

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list