wvulibraries / mfcs

Archival and Preservation Digital Asset Management System.
Other
8 stars 4 forks source link

duplicates delete #118

Closed MichaelRBond closed 8 years ago

MichaelRBond commented 8 years ago

Need to update the duplicates class to include a delete method. this method should take an $objectID and remove it from the duplicates table.

Then we need to find all the places were we are deleting from the dupesMatching table and use the new function instead.

This function should not begin or end any transactions. That should be handled in the calling method(s).