[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 20:37:44 CET 2016


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

Héctor Eduardo Castro Avalos <hector.hecaxmmx at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #47808|0                           |1
        is obsolete|                            |

--- Comment #2 from Héctor Eduardo Castro Avalos <hector.hecaxmmx at gmail.com> ---
Created attachment 47827
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47827&action=edit
[SIGNED-OFF]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 at gmail.com>
slashifyDate removed, all test pass successfully

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


More information about the Koha-bugs mailing list