function uc_authorizenet_uninstall in Ubercart 6.2
Same name and namespace in other branches
- 5 payment/uc_authorizenet/uc_authorizenet.install \uc_authorizenet_uninstall()
- 7.3 payment/uc_authorizenet/uc_authorizenet.install \uc_authorizenet_uninstall()
File
- payment/
uc_authorizenet/ uc_authorizenet.install, line 28 - Handles installing, uninstalling, and updating Authorize.net settings.
Code
function uc_authorizenet_uninstall() {
// Delete related variables all at once.
db_query("DELETE FROM {variable} WHERE name LIKE 'uc_authnet_%%'");
}