]> git.koha-community.org Git - koha.git/commit
Bug 11061: remove unused routine Koha::Calendar::_mock_init
authorJonathan Druart <jonathan.druart@biblibre.com>
Wed, 16 Oct 2013 11:55:22 +0000 (13:55 +0200)
committerFridolin SOMERS <fridolin.somers@biblibre.com>
Fri, 13 Dec 2013 08:11:36 +0000 (09:11 +0100)
commit88959bcd111bcc8499c8fddc56f7a4bf5189af46
tree47c66c05f473dd9b84acf89315a2ff59a4e2ca61
parent28d1d74c16be3ac28c51a619ede8567e06a02a27
Bug 11061: remove unused routine Koha::Calendar::_mock_init

Bug 9209 removes the only occurrence to Koha::Calendar::_mock_init
The routine can be removed.

Test plan:
prove t/Calendar.t

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
I left that routine because I planned to do a follow-up for that so the
Calendar patch series was pushed soon. Nice catch Jonathan, works as expected.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Passes koha-qa.pl, t and xt

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit 55b13c092a6b4a1d1e89e08837e2f0c1d2bb84b9)
Signed-off-by: Fridolin SOMERS <fridolin.somers@biblibre.com>
Koha/Calendar.pm