Core - Cleanup BAO::del() functions with unnecessary FK checks
authorColeman Watts <coleman@civicrm.org>
Fri, 20 Aug 2021 18:08:34 +0000 (14:08 -0400)
committerColeman Watts <coleman@civicrm.org>
Fri, 20 Aug 2021 18:08:34 +0000 (14:08 -0400)
commit1d4cebf30b0815f2c3ffc15d3030f412c8aff62c
tree49a758fa93ba79d9fd9ed149c9a3f8ac11218f51
parente8a784a3c05fc3691bd725854b58ea9f9d080333
Core - Cleanup BAO::del() functions with unnecessary FK checks

These were using PHP to enforce key constraints better taken care of
by MySQL.
CRM/Contribute/BAO/Product.php
CRM/Core/BAO/Tag.php
CRM/Core/DAO.php