]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1804038 Fix-ups for older 'clense' functions
authorDan Wells <dbw2@calvin.edu>
Tue, 20 Nov 2018 17:33:49 +0000 (12:33 -0500)
committerDan Wells <dbw2@calvin.edu>
Wed, 3 Apr 2019 15:17:50 +0000 (11:17 -0400)
commit1ca32b1ab05dd5df8b673148ee6fdf3d135e0a95
tree9ff4dfb4a7c36d366905841f268e926db3d7198d
parent5950878604ffe2d6a9fad71a3ccb5ff7b2e8a410
LP#1804038 Fix-ups for older 'clense' functions

Way back when, we switched from a misspelled 'clense_ISO8601' to a
corrected 'cleanse_ISO8601' in OpenSRF.  This function has again moved,
and is now part of OpenILS::Utils::DateTime, and is named
'clean_ISO8601'.  This was done as part of LP bug #1552778.

However, a few stragglers of the misspelling remained, so these were
missed when the big changeover occurred.  This hopefully catches them
all!

Signed-off-by: Dan Wells <dbw2@calvin.edu>
Signed-off-by: Jason Boyer <jboyer@library.in.gov>
Open-ILS/src/perlmods/lib/OpenILS/Application/Actor.pm
Open-ILS/src/perlmods/lib/OpenILS/Application/Booking.pm
Open-ILS/src/perlmods/lib/OpenILS/Application/Serial.pm