uc_2checkout.install in Ubercart 6.2
Same filename and directory in other branches
Install file for uc_2checkout.module.
File
payment/uc_2checkout/uc_2checkout.installView 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
Name![]() |
Description |
---|---|
uc_2checkout_uninstall | Implements hook_uninstall(). |