Closed retokromer closed 7 years ago
All the DB related functions in verifylto
are contained in if [ "${PREMIS_DB}" = "Y" ] ; then
conditionals and shouldn't have any effect on the normal usage of verifylto
unless the DB is specifically configured and turned on using mmconfig.
I wouldn't classify it as dependent on the DB, as it can function totally independently of the DB as well.
Thank you very much! https://github.com/amiaopensource/ltopers/pull/107 should resolve this without need to move the function (nor to create another one).
verifylto
from general function to database-related functions