Bug 15769: Remove outdated C4::Koha::slashifyDate subroutine
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 9 Feb 2016 13:40:01 +0000 (13:40 +0000)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Wed, 24 Feb 2016 03:35:29 +0000 (03:35 +0000)
commitad8d063ffae574a050a0cdc54dcdf26b23df1350
treeb1ab3dc2e8d88769a1c58b6af4b26e6b4d333795
parent2ea901c6411063f9b3d245674241c7f012d709cb
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

Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com>
slashifyDate removed, all test pass successfully

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
C4/Koha.pm
t/Koha.t
t/db_dependent/Koha.t