Change #5898
Category | None |
Changed by | Dan Wells <dbw2 | @calvin.edu>
Changed at | Tue 20 Nov 2018 13:42:03 |
Repository | git://git.evergreen-ils.org/Evergreen.git |
Project | Evergreen |
Branch | master |
Revision | 21ca1e691caca5760196db21804977d3ed656c7d |
Comments
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>
Changed files
- 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