You are here

uc_2checkout.install in Ubercart 6.2

Same filename and directory in other branches
  1. 7.3 payment/uc_2checkout/uc_2checkout.install

Install file for uc_2checkout.module.

File

payment/uc_2checkout/uc_2checkout.install
View source
<?php

/**
 * @file
 * Install file for uc_2checkout.module.
 */

/**
 * Implements hook_uninstall().
 */
function uc_2checkout_uninstall() {
  db_query("DELETE FROM {variable} WHERE name LIKE 'uc_2checkout_%%'");
}

Functions

Namesort descending Description
uc_2checkout_uninstall Implements hook_uninstall().