You are here

function uc_credit_uninstall in Ubercart 6.2

Same name and namespace in other branches
  1. 5 payment/uc_credit/uc_credit.install \uc_credit_uninstall()
  2. 7.3 payment/uc_credit/uc_credit.install \uc_credit_uninstall()

@file Install file for the credit module... this is mostly legacy code now.

File

payment/uc_credit/uc_credit.install, line 8
Install file for the credit module... this is mostly legacy code now.

Code

function uc_credit_uninstall() {
  db_query("DELETE FROM {variable} WHERE name LIKE 'uc_credit_%%'");
}