You are here

function uc_2checkout_uninstall in Ubercart 6.2

Same name and namespace in other branches
  1. 7.3 payment/uc_2checkout/uc_2checkout.install \uc_2checkout_uninstall()

Implements hook_uninstall().

File

payment/uc_2checkout/uc_2checkout.install, line 11
Install file for uc_2checkout.module.

Code

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